This is a discussion on Re: freeradius & ntlm_auth within the FreeRADIUS Users forums, part of the Networking and Network Related category; On 4/21/05, Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> wrote: > I have just configured ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 4/21/05, Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> wrote:
> I have just configured freeradius with ntlm, but I dont understand your > problem, Can I help you? I've just find the real problem !!!! I'm stupid, I don't think to read the log of the server when it boots before but I find that the server doesn't take care of what I put in the mschap section, for example : my ms-chap module : mschap { authtype =3D MS-CHAP use_mppe =3D yes require_encryption =3D yes require_strong =3D yes with_ntdomain_hack =3D yes ntlm_auth =3D "/usr/bin/ntlm_auth --request-nt-key --username=3D%{Stripped-User-Name:-%{User-Name:-None= }} --domain=3Dmslab --challenge=3D%{mschap:Challenge:-00} --nt-response=3D%{mschap:NT-Response:-00}" } and when I read the server logs :=20 Module: Loaded MS-CHAP mschap: use_mppe =3D yes mschap: require_encryption =3D no mschap: require_strong =3D no mschap: with_ntdomain_hack =3D no mschap: passwd =3D "(null)" mschap: authtype =3D "MS-CHAP" mschap: ntlm_auth =3D "(null)" Module: Instantiated mschap (mschap) In fact, I can write everything in my mschap module, nothing is applied whereas the other section works normally !!! If you have an idea about the problem, please tell me because I don't know what I can do to stop it. Thanks. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |