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

ldap_bind: No such object



Hello,

I've looked in the faq, and tried a thousand different things
just to get slapd populated with a few initial entries:

I've included my slapd.conf and a sample ldif file similar to
the one in the admin guide and the faq-o-matic.

I'm running:

    slapd -d 255

    and

    ldapadd -v -D "cn=root, o=turkey.org, c=US" -w xxx < junky.ldif

and I get:

    ldap_bind: No such object

every time.

Any suggestions?

Thanks,
Evan

#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include		/etc/openldap/slapd.at.conf
include		/etc/openldap/slapd.oc.conf
schemacheck	off
referral	ldap://ldap.itd.umich.edu

#######################################################################
# ldbm database definitions
#######################################################################

database	ldbm
suffix		"o=turkey.org, c=US"
directory	/usr/tmp
rootdn		"cn=root, o=turkey.org, c=US"
rootpw		xxx

dn: dc=turkey, dc=org
dc: turkey
o: Turkey
objectclass: organization
objectclass: dcObject

dn: cn=Manager, dc=turkey, dc=org
cn: Manager
sn: Manager
objectclass: person