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. In fact, I'm not able to authenticate any users..any one have any ideas? I've altered the clients.conf file to accept requests from my IP address as well. If I run radiusd in debug mode, I get the following spit out:

rad_recv: Access-Request packet from host 127.0.0.1:49217, id=214, length=55
User-Name = "bob"
User-Password = "bob"
NAS-IP-Address = 255.255.255.255
NAS-Port = 0
modcall: entering group authorize for request 3
modcall[authorize]: module "preprocess" returns ok for request 3
modcall[authorize]: module "chap" returns noop for request 3
rlm_eap: EAP-Message not found
modcall[authorize]: module "eap" returns noop for request 3
rlm_realm: No '@' in User-Name = "bob", looking up realm NULL
rlm_realm: No such realm "NULL"
modcall[authorize]: module "suffix" returns noop for request 3
users: Matched DEFAULT at 152
modcall[authorize]: module "files" returns ok for request 3
modcall[authorize]: module "mschap" returns noop for request 3
modcall: group authorize returns ok for request 3
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.
Delaying request 3 for 1 seconds
Finished request 3
Going to the next request
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Waking up in 1 seconds...
--- Walking the entire request list ---
Sending Access-Reject of id 214 to 127.0.0.1:49217
Waking up in 4 seconds...
--- Walking the entire request list ---
Cleaning up request 3 ID 214 with timestamp 417667e7


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

Reply via email to