Closed 389-ds-bot closed 4 years ago
Comment from tbordaz (@tbordaz) at 2014-02-25 16:06:26
The entry was possibly added on different replica at the same time. One thing strange is that the entry is not flagged as conflict and also has not nsuniqueid (RC of the crash).
A ldapsearch of the entry gives:
dn: fqdn=xxxxx+nsuniqueid=9453e301-793511e3-a4d9a4f9-faae4520,
cn=computers,cn=accounts,SUFFIX
cn: xxxx
objectClass: ipaobject
objectClass: nshost
objectClass: ipahost
objectClass: pkiuser
objectClass: ipaservice
objectClass: krbprincipalaux
objectClass: krbprincipal
objectClass: ieee802device
objectClass: ipasshhost
objectClass: top
objectClass: ipaSshGroupOfPubKeys
fqdn: xxxxx
managedBy: fqdn=xxxx,cn=computers,cn=accounts,SUFFIX
krbPrincipalName: host/xxxx@yyyy
serverHostName: zzzz
ipaUniqueID: a0cfb424-7935-11e3-940e-00163cb49c5b
Comment from nhosoi (@nhosoi) at 2014-05-21 02:03:32
I generated conflict entries and deleted them successfully as follows:
$ ldapdelete ...
cn=git,ou=test,ou=projects,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
cn=trac,ou=test,ou=projects,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
ou=test,ou=projects,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
ou=projects,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
uid=test,ou=users,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
ou=users,nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com
$ ldapsearch ... -b "nsuniqueid=80dd251a-e05711e3-bd6be368-143999b7+o=bees8,ou=organizations,o=example.com" dn
No such object (32)
Matched DN: ou=organizations,o=example.com
I think the problem was fixed together with 47750. Closing this ticket for now.
Comment from nhosoi (@nhosoi) at 2017-02-11 23:00:03
Metadata Update from @nhosoi:
Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/47716
Ticket was cloned from Red Hat Bugzilla (product Fedora): Bug 1069228