Jean-Paul Chapalain <[EMAIL PROTECTED]> wrote: > The radius server receive a 'Access-Request' with the good identity but > it return a 'Access-Reject'.
Hmm... > modcall[authorize]: module "preprocess" returns ok for request 0 > rlm_eap: EAP packet type response id 0 length 14 > rlm_eap: No EAP Start, assuming it's an on-going EAP conversation > modcall[authorize]: module "eap" returns updated for request 0 That looks fine. > users: Checking chapalain at 10 > rad_check_password: Found Auth-Type eap > auth: type "EAP" > modcall: entering group authenticate for request 0 Ah... that's the problem. The "files" module shouldn't be calling rad_check_password. The simple solution is to delete the "Auth-Type := eap" from the "users" file. I'll see if I can come up with a more complete patch in a few days. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

