96d7459 Ticket 47553: Enhance ACIs to have more control over MODRDN operations

Authored and Committed by tbordaz 9 years ago
    Ticket 47553: Enhance ACIs to have more control over MODRDN operations
    
    Bug Description:
    	The ticket 47553 introduces a new aci right: moddn.
    	This rights allows/deny to do a MODDN from a part of the DIT to an other.
    	Before the right allow/deny to do a MODDN was granted if the subject had 'write' access to the rdn attribute.
    	To switch from the previous mode to the new one, there is a toggle 'nsslapd-moddn-aci'.
    	The getEffectiveRight control, should report the MODDN right ('n') according to
    	the acis and the value of this toggle
    
    Fix Description:
    	test 'nsslapd-moddn-aci' in the geteffectiveright code
    
    https://fedorahosted.org/389/ticket/47553
    
    Reviewed by: Noriko (Thanks !)
    
    Platforms tested: F17
    
    Flag Day: no
    
    Doc impact: no