David Wong wrote: > rad_recv: Access-Request packet from host > 10.0.0.68:1065, id=31, length=139 > User-Name = "test" > NAS-IP-Address = 10.0.0.68 > Called-Station-Id = "00409655a415" > Calling-Station-Id = "0040965a763c" > NAS-Identifier = > "applications1.undisclosed.com" > NAS-Port = 29 > Framed-MTU = 1400 > NAS-Port-Type = Wireless-802.11 > EAP-Message = "\002Z\000\t\001test" > Message-Authenticator = > 0xd27bef927bcc6defa8bafab78573c66c > rad_check_password: Found Auth-Type System > auth: type "System" > modcall: entering group authenticate > rlm_unix: Attribute "User-Password" is required for > authentication. > modcall[authenticate]: module "unix" returns invalid > modcall: group authenticate returns invalid > auth: Failed to validate the user. > > and the "test" entry in my users file looks like this: > > test Auth-Type := System, User-Password == > "password" > > any help would be greatly appreciated ...
AP is sending Radius packets with EAP-Message. So you cannot do 'System' authentication as there no User-Password. Configure Auth-Type := EAP for the user "test" In radiusd.conf add 'eap' in authorize and authenticate sections. -Raghu - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
