Carl <[EMAIL PROTECTED]> wrote:
> I'm trying to use FreeRadius as an authentication 
> server to authenticate wireless network users.  I 
> have it installed and configured, but I don't have 
> it configured correctly evidently.  In the users 
> file, I have a user bob with the password bob.  If 
> I use the command "radtest bob bob localhost 0 
> test", I recieve an access-reject message.

  And the log message tells you why:

>    rad_check_password:  Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate for request 3
>    modcall[authenticate]: module "unix" returns 
> notfound for request 3
> modcall: group authenticate returns notfound for 
> request 3
> auth: Failed to validate the user.

  Something in the configuration is telling the server to authenticate
people via "System" (/etc/passwd).  It's probably in the "users" file.
Fix that, and it should work.

>      users: Matched DEFAULT at 152
>    modcall[authorize]: module "files" returns ok 
> for request 3

  It's probably at line 152.

  Since it didn't match anything else in the "users" file, it looks
like your attempt to add "bob" to the "users" file didn't work.

 Alan DeKok.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to