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

Re: no such object - was RE: phantom entries



"Edward Dunkle" <edward.dunkle@verizon.com> wrote...
> I have wiped out my database and am now trying to add a record with
> ldapadd. Still not working. And how does ldapadd know which database
> to add to when there are several in the slapd.conf?

DN matching.. i'd say..

> See relevant data below:
> My slapd.conf:
> database ldbm
> suffix "dc=gte,dc=net"
> rootdn "cn=Manager,dc=gte,dc=net"
[ snipped ]

> my ldif:
> dn: ou=People, dc=gte, dc=net
> objectclass: organizationalUnit
> objectclass: top
> ou: People

did you insert "dc=gte,dc=net" first..?

> ldapadd:
[ snipped ]
> adding new entry "ou=People, dc=gte, dc=net"
> ldap_add: No such object

you didn't, did you..? :o)

br, daniel

> > -----Original Message-----
> > From: Kurt D. Zeilenga
> >
> > If errors occur, see the Software section
> > on common errors.