ldapadd -xf adresses.ldif
adding new entry "cn=John Smith"
ldap_add: No such object

You need to append your DN as defined in slapd.conf and to delete the modifytimestamp lines:


dn: cn=John smith,dc=example,dc=com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: mozillaAbPersonObsolete
givenName: John
sn: Smith
cn: John Smith
mail: [EMAIL PROTECTED]
_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to