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

RE: problem with openldap 2.0.8



Isn't the dc attr missing in the definition of the first entry ?
-----Original Message-----
From: Eric Co [mailto:eric@ima.com]
Sent: Wednesday, May 16, 2001 11:16 AM
To: openldap-software@OpenLDAP.org
Subject: problem with openldap 2.0.8

Hi,
 
i have a ldif with entry like:
dn: dc=com
objectclass: dbObject
 
dn: dc=pigfung,dc=com
objectclass: dcObject
objectclass: organization
o: org
dc: pigfung.com
 
dn: cn=pig,dc=pigfun,dc=com
objectclass: organizationalRole
cn: pig
when i add it by 
   ldapadd -f ldif
it output:
adding new entry "dc=com"
ldap_add: No such object
ldif_record() = 32
 
what is the problem? in the slapd.conf, i have:
    suffix ""
 
thanks!
 
-eric