Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1254662

Summary: Regression: replace operation is not being replicated.
Product: Red Hat Enterprise Linux 6 Reporter: German Parente <gparente>
Component: 389-ds-baseAssignee: Noriko Hosoi <nhosoi>
Status: CLOSED DUPLICATE QA Contact: Viktor Ashirov <vashirov>
Severity: high Docs Contact:
Priority: high    
Version: 6.8CC: jgalipea, nkinder, rmeggins
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-18 15:41:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description German Parente 2015-08-18 15:25:11 UTC
Description of problem:

it seems a simple replace operation which is rather an attribute deletion is not replicated rightly.

the operation is replicated but the attribute is not deleted in the consumer.

I have tested it in release 50 where it's working fine. Then, updated to 60 release and it stops working.


Version-Release number of selected component (if applicable): 
rpm -qa | grep 389-ds-base
389-ds-base-1.2.11.15-60.el6.x86_64



I have tried to find any relevant bug but couldn't find but this one which is already fixed:

https://bugzilla.redhat.com/show_bug.cgi?id=1097002
https://fedorahosted.org/389/ticket/47764




How reproducible:

always (for me).

Steps to Reproduce:

1. two nodes in MMR.

2. do any operation of this sort:

ldapmodify 
dn: <some dn>
changetype: modify
replace: attr

Actual results:

the operation is taking place in master but it's not replicated.


Expected results:

the attribute should also be deleted in replica.


Additional info:

in audit logs we can see:

supplier:
=========

time: 20150818164156
dn: cn=user1,ou=people,o=redhat
changetype: modify
replace: mail
-
replace: modifiersname
modifiersname: cn=directory manager
-
replace: modifytimestamp
modifytimestamp: 20150818144156Z
-
replace: entryusn
entryusn: 5


consumer:
=========

time: 20150818164158
dn: cn=user1,ou=people,o=redhat
changetype: modify
replace: modifiersName
modifiersName: cn=directory manager
-
replace: modifyTimestamp
modifyTimestamp: 20150818144156Z
-

Comment 2 German Parente 2015-08-18 15:41:01 UTC

*** This bug has been marked as a duplicate of bug 1251288 ***