OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Common Errors : ldap_bind: No such object | |
This answer is specific to OpenLDAP 1.2 and earlier releases.
In later relases, ldap_bind returns
ldap_bind: Invalid credentials instead.
| |
'No such object' is only returned by ldap_bind operation in a few special
cases. Normally, the server returns ldap_bind: Invalid credentials when the entry
associated with the bind DN cannot be located.
| |
This error occurs when binding using the rootdn and the asserted value
doesn't match configured password value. Rootpw values must be conform
to RFC 2307 format defined for userPassword.
| |
See also:
ldapadd(1)
ldapdelete(1)
ldapmodify(1)
ldapmodrdn(1)
ldapsearch(1)
slapd.conf(5)
ldap_bind: Invalid credentials
| |
[Append to This Answer] |
Previous: | ldap_bind: Invalid credentials |
Next: | ldap_bind: Protocol error |
|