[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: adding new entries
At 12:42 PM 1/7/00 -0500, squeegy+ldap@squeegy.org wrote:
>ldapadd -D "cn=Manager, dc=amsite, dc=com" -W < amsite2.ldif
>
>with the following results:
>
>ldap_bind: No such object
>ldap_bind: matched: DC=AMSITE,DC=COM
>[root@imap openldap]#
>
>what am i doing wrong?
The entry "cn=Manager, dc=amsite, dc=com" doesn't appear to
exist. If you followed the Quick Start Guide, you should
have:
rootdn "cn=Manager, dc=amsite, dc=com"
in your slapd.conf file. Apparently you don't.