revert operation fails when password policy is active -----------------------------------------------------
Key: DIRSERVER-1528 URL: https://issues.apache.org/jira/browse/DIRSERVER-1528 Project: Directory ApacheDS Issue Type: Bug Reporter: Kiran Ayyagari Fix For: 2.0.0 When password policy is activated then revert operation might fail especially when reverting a modify operation. (This will happen for sure if the password history is enabled and any entry's password gets modified) Currently the only known workaround in tests is to disable the ChangeLog. Another possible option is to disable the passwordpolicy related checks(one way to acheive this is to set the policyConfig object to null) during a revert operation and restore it after completing the revert operation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.