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

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