Hi All,

After upgrading 389 Directory Server, I am getting a "ldap_add: Already
exists (68)" error message when importing a used to be working LDIF via the
ldapmodify command.

Can someone help me to confirm that they are seeing the same thing?  Adding
the entry itself is fine but the problem occurs when I try to add members to
my entry.  Particularly it doesn't like the white space in between the
numbers.

Here's my LDIF.
dn: cn=mytest,dc=example,dc=com
changetype: add
objectClass: groupOfNames
objectClass: top
cn: mytest

dn: cn=mytest,dc=example,dc=com
changetype: modify
add: member
member: 111-222-3333
member: 333 222 111
member: 111 333 444

Thanks,

David
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Reply via email to