mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
29.09.2007 d2638c88e3e5228597bf95487a0cf0c82f9e5bf5
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -2361,13 +2361,19 @@
            {
                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())
        {