> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of John Sasso Jr > Sent: Friday, January 09, 2004 6:21 AM > To: [EMAIL PROTECTED] > Subject: Unable to do simple UNIX authentication
[snip] > modcall[authorize]: module "suffix" returns noop for request 0 > users: Matched DEFAULT at 152 > modcall[authorize]: module "files" returns ok for request 0 > modcall[authorize]: module "mschap" returns noop for request 0 > modcall: group authorize returns ok for request 0 > rad_check_password: Found Auth-Type System > auth: type "System" > modcall: entering group authenticate for request 0 > rlm_unix: [test]: invalid password > modcall[authenticate]: module "unix" returns reject for request 0 > modcall: group authenticate returns reject for request 0 > auth: Failed to validate the user. Seems like the "unix" module is killing you. As Alan DeKok was kind enough to explain to me, in the users file, if "Auth-Type" is set to Local then it will authenticate against things in the users file (and from the logs it looks like your "files" module is allowing access). Is it perhaps set to "System" authentication? That might be trying to authenticate the user "test" against "t1e2s3t4" in your /etc/passwd. The other thing I saw of interest was that a "DEFAULT" was matched at line 152. I'd look into what that DEFAULT says to do. -Phil - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

