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
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@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
Hi Rich,
Thanks for your feedback. That is also my conclusion after going over the release of 389 directory server. It appears there's new DN format handling changes and that will explain why it used to work.
- David
On Wed, Oct 13, 2010 at 4:32 PM, Rich Megginson rmeggins@redhat.com wrote:
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@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
-- 389 users mailing list 389-users@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
389-users@lists.fedoraproject.org