I don't want to see clear text password in debug mode

2013-08-06 Thread Roberto Carna
} - 123456 My password is encrypted with MD5 but it can be seen in the debug screen. Is there any way to disallow or masquerade the use's password in debug mode ??? Really thanks, Roberto - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: I don't want to see clear text password in debug mode

2013-08-06 Thread Arran Cudbard-Bell
to disallow or masquerade the use's password in debug mode ??? No. This would be difficult to implement, especially for SQL queries where the password value is inserted into another string to form the query. -Arran Arran Cudbard-Bell a.cudba...@freeradius.org FreeRADIUS Development Team

Re: I don't want to see clear text password in debug mode

2013-08-06 Thread A . L . M . Buxey
Hi, My password is encrypted with MD5 but it can be seen in the debug screen. Is there any way to disallow or masquerade the use's password in debug mode ??? its debug mode. the entire purpose is to ensure that things are what they appear to be and silly things like, 'its doesnt work

password in debug mode

2007-03-08 Thread [EMAIL PROTECTED]
Hi, is there a mean not te see passwords in freeradius debug mode (radiusd -X) ? thanks Thomas- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: password in debug mode

2007-03-08 Thread A . L . M . Buxey
Hi, is there a mean not te see passwords in freeradius debug mode (radiusd -X) ? modify the source code. debug mode is supposed to be just that, a full and complete debug so you can see what is going wrong. in normal mode you can change the config and SQL commands to stop the logging and