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

AW: Problem with ldapadd - parent does not exist



Hi,

your dc=pingu,dc=de is missing. After the right settings in slapd.conf you must add a dcObject to your ldap database.
try this

dn: dc=pingu, dc=de
objectclass: dcObject
objectclass: organization
o: Pingu
dc: Pingu

dn: cn=Manager, dc=pingu, dc=de
objectclass: organizationalRole
cn: Manager

After this please recall your ldapadd command.

Lutz

-----Ursprüngliche Nachricht-----
Von: Markus.Jung@de.tds-global.com
[mailto:Markus.Jung@de.tds-global.com]
Gesendet: Montag, 8. Juli 2002 13:12
An: openldap-software@OpenLDAP.org
Betreff: Problem with ldapadd - parent does not exist


Hi!

I've tried to add entries to the OpenLDAP-Server but I only get the
error-message behind.


pingu:/etc/init.d# ldapadd -x -D "cn=admin,dc=pingu,dc=de" -W -f
"/root/ldif/newentry.ldif"
Enter LDAP Password:
adding new entry "cn=Markus Jung,dc=pingu,dc=de"
ldap_add: No such object
        additional info: parent does not exist

What means this to me???
What do I have to do to make my ldapadd work??

Tank you,

Markus