ea333f2 Ticket #47424 - Replication problem with add-delete requests on single-valued attributes

Authored and Committed by rmeggins 10 years ago
    Ticket #47424 - Replication problem with add-delete requests on single-valued attributes
    
    https://fedorahosted.org/389/ticket/47424
    Reviewed by: lkrispenz (Thanks!)
    Branch: 389-ds-base-1.3.1
    Fix Description: Change the single master resolve attr code to handle the
    specific case of doing
    add: newvalue
    delete: oldvalue
    Had to add a new API function - csn_compare_ext - to be able to compare CSNs
    without the subsequence number.
    Platforms tested: RHEL6 x86_64
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 16e6fc20b51d94a22d73036f2809315b118bd5a4)
    (cherry picked from commit 90f170c7e697ba6350a9721b4a09b8a746e32431)
    
        
file modified
+10 -2
file modified
+71 -51