In your radiusd.conf file there is a parameter that needs to be set
log_auth = yes
These two parameters do something different
# Log passwords with the authentication requests.
# log_auth_badpass - logs password if it's rejected
# log_auth_goodpass - logs password if it's correct
#
# allowed values: {no, yes}
#
log_auth_badpass = yes
log_auth_goodpass = yeslike the notes say, once you turn on the log_auth parameter, these two will include password info with the request like so:
Mon Jan 12 11:35:57 2004 : Auth: rlm_unix: [username]: invalid password
Mon Jan 12 11:35:57 2004 : Auth: Login incorrect: [username/badpass] (from client webfe port 0)
Mon Jan 12 11:36:24 2004 : Auth: Login OK: [username/goodpass] (from client webfe port 0)
normal configuration to aee auth requests would be log_auth = yes log_auth_badpass = no log_auth_goodpass = no
Robert Causey iMedia Associates
Anson Rinesmith wrote:
I have a radius.log, and I looked there first. But it only contains messages like : Mon Jan 12 11:49:39 2004 : Error: Ignoring request from client 216.89.151.18:9199 with unknown code 33
Mon Jan 12 11:49:39 2004 : Error: rlm_sql: Stop packet with zero session length. (user '', nas 'xxx.xxx.xxx.18')
I have this set in my radiusd.conf, where does this get logged? log_auth_badpass = yes
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Causey Sent: Monday, January 12, 2004 12:46 PM To: [EMAIL PROTECTED] Subject: Re: Error Messages
Anson,
To the log file you set in radiusd.conf. The default on a redhat linix box is /var/log/radius/radius.log. The radiusd.conf default location is in /etc/raddb on a *nix box.
Robert Causey iMedia Associates
Anson Rinesmith wrote:
Where does freeradius put error messages? Like "User entered incorrect password". etc.
Anson
There are 10 kinds of people. Those who understand binary, and those who don't.
- List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

