| opendj-sdk/opends/src/server/org/opends/server/core/ModifyOperation.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -2361,12 +2361,18 @@ { pwPolicyState.setRequiredChangeTime(); } modifications.addAll(pwPolicyState.getModifications()); //Apply pwd Policy modifications to modified entry. try { modifiedEntry.applyModifications(pwPolicyState.getModifications()); } catch (DirectoryException e) { //Should not happen. throw new RuntimeException(e); if (debugEnabled()) { debugCaught(DebugLogLevel.ERROR, e); } setResponseData(e); break modifyProcessing; } } else if(pwPolicyState.mustChangePassword())