Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/389/ticket/216 https://bugzilla.redhat.com/show_bug.cgi?id=466144 Added a new attribute to the replication agreement: nsds5ReplicaEnabled (on|off)
*** Bug 466144 has been marked as a duplicate of this bug. ***
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux.
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.
Automated test cases in fourwaymmr and are passing. mmrepl fourwaymmr run 100% (21/21). Hence marking bug as VERIFIED. ON rhel64.
Re-opening, as Sankar has found that the new nsds5ReplicaEnabled attribute is not allowed for Winsync agreements due to an objectclass violation.
[root@intel-piketon-01 ~]# PORT=1189; /usr/bin/ldapmodify -x -p $PORT -h localhost -D "cn=Directory Manager" -w Secret123 << EOF dn: cn=WinPassSync,cn=replica,cn="dc=passsync,dc=com",cn=mapping tree,cn=config changetype: modify replace: nsds5replicaenabled nsds5replicaenabled: off EOF modifying entry "cn=WinPassSync,cn=replica,cn="dc=passsync,dc=com",cn=mapping tree,cn=config" [root@intel-piketon-01 ~]# PORT=1189 ; ldapsearch -p $PORT -h localhost -D "cn=Directory Manager" -w Secret123 -b "cn=WinPassSync,cn=replica,cn=dc\3Dpasssync\2Cdc\3Dcom,cn=mapping tree,cn=config" |grep -i "nsds5ReplicaEnabled:" nsds5ReplicaEnabled: off [root@intel-piketon-01 ~]# service dirsrv restart M1 Shutting down dirsrv: M1...[ OK ] Starting dirsrv: M1...[ OK ] PORT=1189; /usr/bin/ldapmodify -x -p $PORT -h localhost -D "cn=Directory Manager" -w Secret123 << EOFdn: cn=WinPassSync,cn=replica,cn="dc=passsync,dc=com",cn=mapping tree,cn=config changetype: modify replace: nsds5replicaenabled nsds5replicaenabled: on EOF modifying entry "cn=WinPassSync,cn=replica,cn="dc=passsync,dc=com",cn=mapping tree,cn=config" [root@intel-piketon-01 ~]# PORT=1189 ; ldapsearch -p $PORT -h localhost -D "cn=Directory Manager" -w Secret123 -b "cn=WinPassSync,cn=replica,cn=dc\3Dpasssync\2Cdc\3Dcom,cn=mapping tree,cn=config" |grep -i "nsds5ReplicaEnabled:" nsds5ReplicaEnabled: on ------------------------------------------- Marking the bug as Verified since the attribute nsds5ReplicaEnabled can be set to On/Off for winsync replication agreements.
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. http://rhn.redhat.com/errata/RHSA-2013-0503.html