Hi,
modcall: entering group authenticate for request 15 rlm_eap: EAP packet type response id 1 length 6 rlm_eap: No EAP Start, assuming it's an on-going EAP conversation modcall[authorize]: module "eap" returns updated for request 16 users: Matched entry ibm at line 80 modcall[authorize]: module "files" returns ok for request 16 modcall: group authorize returns updated for request 16 rad_check_password: Found Auth-Type EAP auth: type "EAP" Processing the authenticate section of radiusd.conf modcall: entering group authenticate for request 16 rlm_eap: Request found, released from the list rlm_eap: EAP NAK rlm_eap: EAP-NAK asked for EAP-Type/peap rlm_eap: No such EAP type peap rlm_eap: Failed in EAP select modcall[authenticate]: module "eap" returns invalid for request 16
EAP has failed because the request was PEAP and you havent configured PEAP in your eap.conf. did you want to use PEAP? if so, you'll need to configure it...and supply a valid password in your users file
users file contains :
ibm Auth-Type := EAP, User-Password == "test" ^^^^^^^^^^^^^^^^
you obviously havent even read the eap.conf file :-( alan