[389-users] ldap_add: Already exists (68)

Rich Megginson rmeggins at redhat.com
Wed Oct 13 20:32:58 UTC 2010


Chun Tat David Chu wrote:
> 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.
Already exists means an entry with that DN already exists
>
> 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
member is a DN valued attribute - it must be in DN form (e.g. 
uid=scarter,ou=people,dc=example,dc=com)
>
> Thanks,
>
> David
> ------------------------------------------------------------------------
>
> --
> 389 users mailing list
> 389-users at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/389-users




More information about the 389-users mailing list