[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapsearch: invalid credentials



Hi,

'man crypt' should give you the answer.
If it says that it supports MD5-based algorithm (salt), then your ldap
binding should work.

Sam

> Thank you for your response. As far as your questions:
>
>> Did you build slapd(8) with {crypt} support?
>
> Yes, I did. I used:
>
>      $ ./configure --with-crypt
>
>> If so, does the crypt(3) implementation used support the
>> password scheme used?
>
> This I do not know. I have read through many documents and the O'Reilly
> book and
> it appears to be supported. If anyone else knows, it would be greatly
> appreciated.
>
> ~~K
>
>> At 02:32 PM 8/19/2005, kandryc@miser.umass.edu wrote:
>> >$ ldapsearch -v -x -W -b "dc=domain,dc=com" -D
>> >"uid=myuser,ou=people,dc=domain,dc=com" "(objectclass=*)"
>> >ldap_initialize( ldap://ldap.domain.com )
>> >Enter LDAP Password:
>> >ldap_bind: Invalid credentials
>> >
>> >dn: uid=myuser,ou=people,dc=domain,dc=com
>> >userPassword: {crypt}$1$XXXXXXXX/XXXXXXXXX/
>>
>> Did you build slapd(8) with {crypt} support?  If so,
>> does the crypt(3) implementation used support the
>> password scheme used?
>>
>> Kurt
>>
>>
>