Hello, I am using freeradius-1.1.7 . i am using the default configuration with a local user whose entry is in users file . now when i try from localhost it works.. But when i try from laptop it shows error that user password attribute requird ..!!! what should i do...? rad_recv: Access-Request packet from host 172.16.1.205:3072, id=0, length=125 User-Name = "basant" NAS-IP-Address = 172.16.1.205 Called-Station-Id = "001a70aa5bee" Calling-Station-Id = "001b777bdffa" NAS-Identifier = "001a70aa5bee" NAS-Port = 30 Framed-MTU = 1400 NAS-Port-Type = Wireless-802.11 EAP-Message = 0x0202000b01626173616e74 Message-Authenticator = 0xda9d5f6bde06b199a7cbb321e26604cc Processing the authorize section of radiusd.conf modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 rlm_realm: No '@' in User-Name = "basant", looking up realm NULL rlm_realm: No such realm "NULL" modcall[authorize]: module "suffix" returns noop for request 0 rlm_eap: EAP packet type response id 2 length 11 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation modcall[authorize]: module "eap" returns updated for request 0 users: Matched entry basant at line 100 modcall[authorize]: module "files" returns ok for request 0 modcall: leaving group authorize (returns updated) for request 0 rad_check_password: Found Auth-Type Local auth: type Local auth: No User-Password or CHAP-Password attribute in the request auth: Failed to validate the user. Delaying request 0 for 1 seconds Finished request 0 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 0 to 172.16.1.205 port 3072 Waking up in 4 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 0 with timestamp 49dffaf3 Nothing to do. Sleeping until we see a request.
I am using freeradius-1.1.7 . i am using the default configuration with a local user whose entry is in users file . now when i try from localhost it works.. But when i try from laptop it shows error that user password attribute requird ..!!!
what should i do...?
Don't break EAP! ... users: Matched entry basant at line 100 .. rad_check_password: Found Auth-Type Local auth: type Local auth: No User-Password or CHAP-Password attribute in the request auth: Failed to validate the user. Remove Auth-Type Local from user configuration. Ivan Kalik Kalik Informatika ISP
participants (2)
-
Basant Agarwal -
Ivan Kalik