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

Re: password



At 10:57 AM 10/16/00 +0500, Dmitry Melekhov wrote:
>> bash$ ./ldappasswd -D uid=dm,dpt=zachet,org=Aspec_4_floor,o=Aspec,c=RU
>> -W -x
>> Bind DN: uid=dm,dpt=zachet,org=Aspec_4_floor,o=Aspec,c=RU
>> Enter bind password:
>> ldap_bind: Invalid credentials
>
>LDIF with passwords is from working openldap 1.2 server.
>
>Any ideas?

Invalid credentials generally implies:
        the DN doesn't exist,
        it has no userPassword attribute,
        it supplied password doesn't match, or
        or similar condition.

The server logs, assuming you have enough detail enabled,
should provide details as to the cause.