c13feee Ticket 47787 - A replicated MOD fails (Unwilling to perform) if it targets a tombstone

Authored and Committed by tbordaz 9 years ago
    Ticket 47787 - A replicated MOD fails (Unwilling to perform) if it targets a tombstone
    
    Bug Description:
    	A fix for https://fedorahosted.org/389/ticket/47396 prevents a MOD operation
    	on a tombstone.
    	A problem is that legacy version may allowed it or if a MOD entry and DEL entry occurs on different
    	master, it may happen that a consumer receive a MOD on a tombstone.
    	The server return 'Unwilling to perform' that may break replication.
    
    Fix Description:
    	Allows a MOD on tombstone, only if it comes from a replication session
    
    https://fedorahosted.org/389/ticket/47787
    
    Reviewed by: Rich Megginson (thanks)
    
    Platforms tested: F17, F19
    
    Flag Day: no
    
    Doc impact: no