5c01932 Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute (only when replication is enabled)

Authored and Committed by Noriko Hosoi 11 years ago
    Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute  (only when replication is enabled)
    
    Bug Description:  When replacing an attr value "SOME_VALUE" with "some_value", and replication
                      is enabled, an error 20(type or value exists) is incorrectly returned.
    
    Fix Description:  For replace operations we were doing a bit-by-bit comparison.  Ignoring the syntax
                      of the attribute.  The fix was to remove this bit-by-bit check that is no longer
                      necessary with the current code base.
    
    https://fedorahosted.org/389/ticket/570
    
    Reviewed by: ?
    (cherry picked and fixed conflicts from commit 1c3bf98303c04323542251f1c564c8bdc4e8cc67)
    
        
file modified
+32 -63
file modified
+0 -1