Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
hello, i'm still stuck and don't know how to make it work i added in ldap.attrmap: checkItem Cleartext-Password userPassword checkItem NT-passworduserPassword but i stil have: [ldap] expand: %{User-Name} - bernard [ldap] expand:

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
can i post all the debug output? thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
sorry for spamming, i just want to understand *OpenLDAP knows the clear text password:* [ldap] userPassword - Cleartext-Password == test [ldap] userPassword - NT-Password == 0x7465737420 *= supposed to be the hash password* [ldap] looking for reply items in directory... [ldap] user

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread Alan Buxey
Hi, [ldap] userPassword - Cleartext-Password == test note the space at the end. your password is 'test ' not just 'test' is this deliberate? check your LDAP! alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread Nicolas Goutte
Am 15.03.2010 um 11:35 schrieb omega bk: sorry for spamming, i just want to understand OpenLDAP knows the clear text password: [ldap] userPassword - Cleartext-Password == test [ldap] userPassword - NT-Password == 0x7465737420 = supposed to be the hash password I doub very much

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
thank u for your quick reply i fixed bernard's password in ldap so: [ldap] userPassword - Cleartext-Password == test [ldap] userPassword - NT-Password == 0x74657374 i added the password_radius_attribute = NT-Password but still the same: [mschap] Told to do MS-CHAPv2 for bernard with

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread Alan Buxey
Hi, [mschap] Told to do MS-CHAPv2 for bernard with NT-Password [mschap] FAILED: No NT/LM-Password. Cannot perform authentication. [mschap] FAILED: MS-CHAP2-Response is incorrect get rid of the NT-Password LDAP hook if you're not using it. alan - List info/subscribe/unsubscribe? See

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
Hi, you mean by commenting mschap in autorize and authenticate section? thanks 2010/3/15 Alan Buxey a.l.m.bu...@lboro.ac.uk Hi, [mschap] Told to do MS-CHAPv2 for bernard with NT-Password [mschap] FAILED: No NT/LM-Password. Cannot perform authentication. [mschap] FAILED:

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
forgot what i said. i commented the line: #checkItem NT-password userPassword in ldap.attrmap and it works!! THANK U ALAN you saved me 2010/3/15 omega bk omeg...@gmail.com Hi, you mean by commenting mschap in autorize and authenticate section?

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread omega bk
another question? how freeradius deal with simultaneous mutiple access? thanks - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MS-CHAP2-Response is incorrect + invalid NT-Password

2010-03-15 Thread Alan Buxey
Hi, another question? why not. how freeradius deal with simultaneous mutiple access? read the mailing list archives? read the documents that come with the product? doc/Simultaneous-Use alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html