Re: v1.1.3 - Logging Levels / Syslog / logging passwords

2006-09-28 Thread Alan DeKok
Lin Richardson [EMAIL PROTECTED] wrote: Is there any way to squish the user password in the -xx output? Are there any hidden/undocumented setting for radiusd.conf that do that? Run a shell script to root through the output nuke the passwords. Or, hack the code locally. You'll see that

RE: v1.1.3 - Logging Levels / Syslog / logging passwords

2006-09-28 Thread Garber, Neal
Is there any way to squish the user password in the -xx output? Are there any hidden/undocumented setting for radiusd.conf that do that? radiusd -Xx | sed -e s/\([pP]\)assword.*/\1assword masked/ This is a tweak from something Alan suggested to me It gets rid of most of the passwords