I'm trying to use a lanman hash to auth my users, for example I'm trying with something like this: dn:mail=dude@example.com,dc=example,dc=com changetype: modify replace: userPassword userPassword: {lanman}5f08db99e1768ee5a91e999999c3ac6e
I'm sure about the password but the user 'dude' cannot auth, slapd logs this: slapd[11684]: conn=1 op=17 RESULT tag=97 err=49 text=
Regards, Laurento
$ ./configure --help | grep lm --enable-lmpasswd enable LAN Manager passwords [no]
Are you sure you --enable-lmpasswd, since it's not the default?
On Tue, 15 May 2007, Frittella Laurento wrote:
I'm trying to use a lanman hash to auth my users, for example I'm trying with something like this: dn:mail=dude@example.com,dc=example,dc=com changetype: modify replace: userPassword userPassword: {lanman}5f08db99e1768ee5a91e999999c3ac6e
I'm sure about the password but the user 'dude' cannot auth, slapd logs this: slapd[11684]: conn=1 op=17 RESULT tag=97 err=49 text=
Regards, Laurento
Aaron Richton ha scritto:
$ ./configure --help | grep lm --enable-lmpasswd enable LAN Manager passwords [no]
Are you sure you --enable-lmpasswd, since it's not the default?
OMG!!! It was a bug in the gentoo OpenLDAP ebuild. It compile using --with-lmpasswd instead of --enable-lmpasswd. I filled a bug for this problem.
Thanks & Regards, Laurento
<quote who="Frittella Laurento">
I'm trying to use a lanman hash to auth my users, for example I'm trying with something like this: dn:mail=dude@example.com,dc=example,dc=com changetype: modify replace: userPassword userPassword: {lanman}5f08db99e1768ee5a91e999999c3ac6e
I'm sure about the password but the user 'dude' cannot auth, slapd logs this: slapd[11684]: conn=1 op=17 RESULT tag=97 err=49 text=
Did you compile OpenLDAP with (enable LAN Manager passwords):
--enable-lmpasswd
openldap-software@openldap.org