AW: MSCHAP Auth fails

2012-04-04 Thread Weber, Felix
Tested both at radtest USER@DOMAIN and DOMAIN\\USER, nothing worked. Configured krb5.conf and smb.conf with domain and local ntlm_auth works fine on the machine. And in mschap module this line has beed added: ntlm_auth = /usr/bin/ntlm_auth --request-nt-key --username=%{mschap:User-Name:-None}

AW: MSCHAP Auth fails

2012-04-04 Thread Weber, Felix
Just looked at this line in my config there is a --ntresponse instead of #ntresponse [mschap]expand: #ntresponse=%{mschap:NT-Response:-00} - #ntresponse=f7b8cd66af90b5791fb4b09421dbbf2cbed180e7e72304b5 Exec-Program output: Logon failure (0xc06d) Exec-Program-Wait: plaintext: Logon

Re: AW: MSCHAP Auth fails

2012-04-04 Thread Alan DeKok
Weber, Felix wrote: Just looked at this line in my config there is a --ntresponse instead of #ntresponse That's bad. In my mschap module the ntresponse parameter is written with --, so why is radtest interpreting it with an # ?? Because it's written with a '#' in the mschap module.

AW: AW: MSCHAP Auth fails

2012-04-04 Thread Weber, Felix
Alan DeKok Gesendet: Mittwoch, 4. April 2012 18:43 An: FreeRadius users mailing list Betreff: Re: AW: MSCHAP Auth fails Go back and ensure that there is only ONE mschap module in the modules directory. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html