[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapmodify return ldap_simple_bind_s error
At 06:13 PM 1/29/01 +0000, Stephen Carvile wrote:
>ldapmodify -D "cn=Directory Manager,o=trw.com" -a -f users.ldif
>ldap_simple_bind_s: No such object.
This means the directory name you are attempting to bind
as ("cn=Directory Manager,o=trw.com") does not exist. I
note that a more appropriate result code would be "invalid
credentials" but some servers, such as OpenLDAP 1.x, return
no such object for historical reasons.
Kurt