cgrzemba / 389-ds-base

Forked from 389-ds-base 5 years ago
Clone

3e60f7f Ticket #129 - Should only update modifyTimestamp/modifiersName on MODIFY ops

Authored and Committed by mreynolds 12 years ago
    Ticket #129 - Should only update modifyTimestamp/modifiersName on MODIFY ops
    
    Bug Description:  Some internal updates should not rewrite the modifersname and timestamp
    
    Fix Description:  Since the orginal bug was filed, we created a new pblock flag
                      to "skip modifier attrs" updates.  But we did not have the option
                      of setting this flag from a plugin.
    
                      So, while this has already been fixed in regards to password
                      policy.  I added a set pblock function, which allows plugins
                      to set this flag.  I also used it in the acctpolicy plugin.
    
        
file modified
+9 -1