RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1174892 - Creating a glue fails if one above level is a conflict or missing
Summary: Creating a glue fails if one above level is a conflict or missing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: 389-ds-base
Version: 6.6
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Noriko Hosoi
QA Contact: Viktor Ashirov
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-16 17:04 UTC by mreynolds
Modified: 2020-09-13 21:00 UTC (History)
6 users (show)

Fixed In Version: 389-ds-base-1.2.11.15-51.el6
Doc Type: Bug Fix
Doc Text:
If deleting an entry triggers multiple betxn plugins such as memberOf and referential integrity plugins, the entry might not be removed the cache - which prevents that same entry(same dn) from being re-added(error 68). The problem was fixed.
Clone Of:
Environment:
Last Closed: 2015-07-22 06:36:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github 389ds 389-ds-base issues 1082 0 None None None 2020-09-13 21:00:42 UTC
Red Hat Knowledge Base (Solution) 1402283 0 None None None Never
Red Hat Product Errata RHBA-2015:1326 0 normal SHIPPED_LIVE 389-ds-base bug fix and enhancement update 2015-07-20 17:53:07 UTC

Description mreynolds 2014-12-16 17:04:43 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/389/ticket/47750

Entry cache can get corrupted when using multiple backend transaction plugins during deleting entries

Comment 1 mreynolds 2014-12-16 18:19:11 UTC
Fixed upstream

Comment 2 Sankar Ramalingam 2014-12-17 14:43:49 UTC
This bugzilla was tested with RHEL6.6 and closed as its working. Is there a new issue reported for this bug or its not verified thoroughly on RHEL6.6?

If this another issue different from what was tested in RHEL6.6, please provide verification steps?

Comment 3 mreynolds 2014-12-17 14:59:21 UTC
Verification steps:


[1]  Install DS using dc=example,dc=com
[2]  Enable MemberOf plugin, and Referential Integrity plugin
[3]  Restart the server
[4]  Perform these operations:

dn: uid=user1,dc=example,dc=com
changetype: add
objectClass: top
objectClass: extensibleObject
uid: user1

dn: uid=user1,dc=example,dc=com
changetype: delete

dn: uid=user1,dc=example,dc=com
changetype: add
objectClass: top
objectClass: extensibleObject
uid: user1

dn: cn=group,dc=example,dc=com
changetype: add
objectClass: top
objectClass: extensibleObject
member: uid=user1,dc=example,dc=com
cn: group

dn: uid=user1,dc=example,dc=com
changetype: delete

dn: uid=user1,dc=example,dc=com
changetype: add
objectClass: top
objectClass: extensibleObject
uid: user1
description: This add should succeed We don't want to see an Error 68 

--> So this last "add" of user1 should succeed.

Comment 5 Amita Sharma 2015-03-04 09:06:31 UTC
[root@qe-blade-09 export]# rpm -qa | grep 389
389-ds-base-libs-1.2.11.15-52.el6.x86_64
389-ds-base-1.2.11.15-52.el6.x86_64
389-ds-base-debuginfo-1.2.11.15-52.el6.x86_64
389-ds-base-devel-1.2.11.15-52.el6.x86_64

We have the plugins on and 
[root@qe-blade-09 export]# ldapmodify -x -D "cn=Directory Manager" -w Secret123 -p 389 -h localhost -f /export/data.ldif 
adding new entry "uid=user1,dc=example,dc=com"

deleting entry "uid=user1,dc=example,dc=com"

adding new entry "uid=user1,dc=example,dc=com"

adding new entry "cn=group,dc=example,dc=com"

deleting entry "uid=user1,dc=example,dc=com"

adding new entry "uid=user1,dc=example,dc=com"

Hence VERIFIED.

Comment 6 errata-xmlrpc 2015-07-22 06:36:33 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-1326.html


Note You need to log in before you can comment on or make changes to this bug.