This is a discussion on Re: freeradius & ntlm_auth within the FreeRADIUS Users forums, part of the Networking and Network Related category; So, I read all of the debugging output and I find that mschap failed to find a nt/lm password ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
So, I read all of the debugging output and I find that mschap failed
to find a nt/lm password and stop the real authentication at this moment. Can you know what is the problem? I think freeradius can't find active directory but it works when I only use the ntlm_auth command so I don't understand. I put my mschap section and a part of the freeradius logs if it can help yo= u. mschap { =09=09authtype =3D MS-CHAP =09=09#use_mppe =3D no =09=09#require_encryption =3D yes =09=09#require_strong =3D yes =09=09#with_ntdomain_hack =3D no =09=09ntlm_auth =3D "/usr/bin/ntlm_auth --request-nt-key=20 =09=09=09--username=3D%{Stripped-User-Name:-%{User-Name:-None}}=20 =09=09=09--domain=3Dmslab=20 =09=09=09--challenge=3D%{mschap:Challenge:-00}=20 =09=09=09--nt-response=3D%{mschap:NT-Response:-00}" =09} rlm_eap: Request found, released from the list rlm_eap: EAP/mschapv2 rlm_eap: processing type mschapv2 Processing the authenticate section of radiusd.conf modcall: entering group Auth-Type for request 236 rlm_mschap: No User-Password configured. Cannot create LM-Password. rlm_mschap: No User-Password configured. Cannot create NT-Password. rlm_mschap: Told to do MS-CHAPv2 for clerk with NT-Password rlm_mschap: FAILED: No NT/LM-Password. Cannot perform authentication. rlm_mschap: FAILED: MS-CHAP2-Response is incorrect modcall[authenticate]: module "mschap" returns reject for request - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |