hello all,
My version of freeradius is Version 2.1.0
here is my result in debug mode:
rad_recv: Access-Request packet from host 192.168.20.253 port 1645, id=112, length=131 User-Name = "linatest" Service-Type = Framed-User Framed-MTU = 1500 Called-Station-Id = "00-1A-A1-64-BB-1A" Calling-Station-Id = "00-18-8B-B5-26-B7" EAP-Message = 0x0202000d016c696e6174657374 Message-Authenticator = 0x3fe6e297218c3aa1e98286a5a3db3303 NAS-Port = 50024 NAS-Port-Type = Ethernet NAS-IP-Address = 192.168.20.253 +- entering group authorize {...} ++[preprocess] returns ok ++[chap] returns noop [files] users: Matched entry linatest at line 11 ++[files] returns ok WARNING: Please update your configuration, and remove 'Auth-Type = Local' WARNING: Use the PAP or CHAP modules instead. No User-Password or CHAP-Password attribute in the request. Cannot perform authentication. Failed to authenticate the user. Delaying reject of request 0 for 1 seconds Going to the next request Waking up in 0.9 seconds. Sending delayed reject for request 0 Sending Access-Reject of id 112 to 192.168.20.253 port 1645 Service-Type = Framed-User Waking up in 4.9 seconds. Cleaning up request 0 ID 112 with timestamp +20
i don't have 'Auth-Type = Local' but it still remaining me this And : No User-Password or CHAP-Password attribute in the request. Cannot perform authentication. Failed to authenticate the user.
where to put this CHAP-Password attribute in the request??
here is my users file
linatest Cleartext-Password := "mypass" Service-Type = Framed-User
thanks for your help