065b511 Ticket 47833: TEST CASE only (modrdn fails if renamed entry member of a group and is out of memberof scope)

Authored and Committed by tbordaz 8 years ago
    Ticket 47833: TEST CASE only (modrdn fails if renamed entry member of a group and is out of memberof scope)
    
    Bug Description:
    	When an entry is not in the scope of memberof plugin, but the group
    	it belongs to is in the scope; then during MODRDN of the entry the postop plugin fails.
    	err=16
    
    Fix Description:
    	memberof_postop_modrdn fails because it tries to remove 'memberof' that does not
    	exits
    
    	This bug was fixed by a patch of https://fedorahosted.org/389/ticket/47526
    
    https://fedorahosted.org/389/ticket/47833
    
    Reviewed by: Noriko accepted that I push only the testcase (without review)
    because neither 47526/48012 have test case
    
    Platforms tested: F17
    
    Flag Day: no
    
    Doc impact: no