I am doing a client interface for radius authentication. To test my
progress I have installed a freeradius 1.0.4 in a SuSe 9.3. I have
configured almost all of the protocols (PAP, CHAP, MS-CHAPv1,
MS-CHAPv2), but wen I tried to configure EAP-MD5 I had a lot of
problems, like "not password found", etc. I changed somethings in my
program, then I tested it with WinRadius and it functionned; but when I
tested it with my freeradius it didn't function. I would like to know
how to configure my freeradius 1.0.4 so it function with EAP-MD5. I
send you the error messages in "./radiusd -xxyz -l stdout":<br>
<br>



<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">

<pre>rad_recv: Access-Request packet from host <a href="http://192.168.2.63:1594">192.168.2.63:1594</a>, id=80, length=55
<b>--- Walking the entire request list ---</b>
Cleaning up request 7 ID 97 with timestamp 42fb4a13
Waking up in 31 seconds...
Thread 4 got semaphore
Thread 4 handling request 8, (2 handled so far)
        User-Name = "test"
        EAP-Message = 0x025200090174657374
        Message-Authenticator = 0x3ad1dba850a6555f55e323c808b2acd0
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 8
  modcall[authorize]: module "preprocess" returns ok for request 8
    users: Matched entry test at line 91
  modcall[authorize]: module "files" returns ok for request 8
  modcall[authorize]: module "chap" returns noop for request 8
  modcall[authorize]: module "mschap" returns noop for request 8
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 8
  rlm_eap: EAP packet type response id 82 length 9
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 8
modcall: group authorize returns updated for request 8
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 8
  rlm_eap: EAP Identity
  rlm_eap: processing type md5
rlm_eap_md5: Issuing Challenge
  modcall[authenticate]: module "eap" returns handled for request 8
modcall: group authenticate returns handled for request 8
Sending Access-Challenge of id 80 to <a href="http://192.168.2.63:1594">192.168.2.63:1594</a>
        Reply-Message = "Hello, %u"
        EAP-Message = 0x015300160410f37740423ba2a90d29911e943424e5a3
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x78773e2f34d4b5159977be0ef3156654
Finished request 8
Going to the next request
Thread 4 waiting to be assigned a request
rad_recv: Access-Request packet from host <a href="http://192.168.2.63:1594">192.168.2.63:1594</a>, id=80, length=88
Waking up in 31 seconds...
Thread 5 got semaphore
Thread 5 handling request 9, (2 handled so far)
        User-Name = "test"
        EAP-Message = 0x0253001804105060ab97739328de2b67fa7930d8633e0008
        State = 0x78773e2f34d4b5159977be0ef3156654
        Message-Authenticator = 0x3ebc35a4d37c84a293d3a3d4eb0a21fb
  Processing the authorize section of radiusd.conf
modcall: entering group authorize for request 9
  modcall[authorize]: module "preprocess" returns ok for request 9
    users: Matched entry test at line 91
  modcall[authorize]: module "files" returns ok for request 9
  modcall[authorize]: module "chap" returns noop for request 9
  modcall[authorize]: module "mschap" returns noop for request 9
    rlm_realm: No '@' in User-Name = "test", looking up realm NULL
    rlm_realm: No such realm "NULL"
  modcall[authorize]: module "suffix" returns noop for request 9
  rlm_eap: EAP packet type response id 83 length 24
  rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
  modcall[authorize]: module "eap" returns updated for request 9
modcall: group authorize returns updated for request 9
  rad_check_password:  Found Auth-Type EAP
auth: type "EAP"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 9
  rlm_eap: Request found, released from the list
  rlm_eap: EAP/md5
  rlm_eap: processing type md5
  rlm_eap: Freeing handler
  modcall[authenticate]: module "eap" returns reject for request 9
modcall: group authenticate returns reject for request 9
auth: Failed to validate the user.
Delaying request 9 for 1 seconds
Finished request 9
Going to the next request
Thread 5 waiting to be assigned a request
<b>--- Walking the entire request list ---</b>
Sending Access-Reject of id 80 to <a href="http://192.168.2.63:1594">192.168.2.63:1594</a>
        EAP-Message = 0x04530004
        Message-Authenticator = 0x00000000000000000000000000000000
        Reply-Message = "Hello, %u"
Cleaning up request 9 ID 80 with timestamp 42fb4a30<br><br>THANK YOU!<br></pre><br>