Hi,<br>
I have this environment: WinXP PEAP wireless client + linksys AP +
freeradius 1.0.5 + openldap (with kerberos password) and I would like
to setup the 802.1x peap authentication. Everything works well if I use
users file for authenticating wireless client, but if I use ldap users,
clients are not authenticated. My password attribute is UserPassword <br>
The error is (I suppose) here:<br>
--------------<br clear="all">modcall: entering group authenticate for request 6<br>
  rlm_eap: Request found, released from the list<br>
  rlm_eap: EAP/mschapv2<br>
  rlm_eap: processing type mschapv2<br>
  Processing the authenticate section of radiusd.conf<br>
modcall: entering group Auth-Type for request 6<br>
  rlm_mschap: Told to do MS-CHAPv2 for yuri with NT-Password<br>
  rlm_mschap: FAILED: MS-CHAP2-Response is incorrect<br>
  modcall[authenticate]: module "mschap" returns reject for request 6<br>
modcall: group Auth-Type returns reject for request 6<br>
--------------<br>
<br>
Does anyone has a working configuration that looks like (more or less) mine?<br>
<br>
--- radiusd.conf ------ > mschap section<br>
mschap {<br>
        authtype = MS-CHAP<br>
        use_mppe = no<br>
#        require_encryption = yes<br>
#        require_strong = yes<br>
        with_ntdomain_hack = no<br>
}<br>
<br>
Thanks, Yuri<br>
<br>