Hi everyone, <br>
<br>
I'm having a problem with freeradius 1.0.4 configuration. I configured
it to work with PAP, CHAP, MS-CHAPv1, and MS-CHAPv2. Now I would like
to work with EAP-MD5 but I have always the same response:<br>
<br>
rad_recv: Access-Request packet from host <a href="http://192.168.2.63:1108">192.168.2.63:1108</a>, id=65, length=88<br>
Waking up in 31 seconds...<br>
Thread 1 got semaphore<br>
Thread 1 handling request 5, (2 handled so far)<br>
        User-Name = "juan"<br>
        EAP-Message = 0x025700180410b8c3ecb73fe2a82ab50152301561f65f0008<br>
        State = 0x36f19352ad8e53da9ad68e321a2a1a81<br>
        Message-Authenticator = 0x676a955991b9dcdee684a339aa8420c2<br>
  Processing the authorize section of radiusd.conf<br>
modcall: entering group authorize for request 5<br>
  modcall[authorize]: module "preprocess" returns ok for request 5<br>
  modcall[authorize]: module "chap" returns noop for request 5<br>
  modcall[authorize]: module "mschap" returns noop for request 5<br>
    rlm_realm: No '@' in User-Name = "juan", looking up realm NULL<br>
    rlm_realm: No such realm "NULL"<br>
  modcall[authorize]: module "suffix" returns noop for request 5<br>
  rlm_eap: EAP packet type response id 87 length 24<br>
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation<br>
  modcall[authorize]: module "eap" returns updated for request 5<br>
    users: Matched entry juan at line 93<br>
  modcall[authorize]: module "files" returns ok for request 5<br>
modcall: group authorize returns updated for request 5<br>
  rad_check_password:  Found Auth-Type EAP<br>
auth: type "EAP"<br>
  Processing the authenticate section of radiusd.conf<br>
modcall: entering group authenticate for request 5<br>
  rlm_eap: Request found, released from the list<br>
  rlm_eap: EAP/md5<br>
  rlm_eap: processing type md5<br>
  rlm_eap: Freeing handler<br>
  modcall[authenticate]: module "eap" returns reject for request 5<br>
modcall: group authenticate returns reject for request 5<br>
auth: Failed to validate the user.<br>
Delaying request 5 for 1 seconds<br>
Finished request 5<br>
Going to the next request<br>
Thread 1 waiting to be assigned a request<br>
--- Walking the entire request list ---<br>
Sending Access-Reject of id 65 to <a href="http://192.168.2.63:1108">192.168.2.63:1108</a><br>
        EAP-Message = 0x04570004<br>
        Message-Authenticator = 0x00000000000000000000000000000000<br>
        Reply-Message = "Hello, %u"<br>
<br>
<br>
I really don't know what to do. I'm almost sure it's the radiusd.conf or eap.con files. Can anybody help me?? Thank you!!<br>