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

Matthew Swift
16.23.2011 511f55a64e1e2b3941a8777c8bbe24e7a3e8077e
opendj-sdk/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendModifyOperation.java
@@ -539,7 +539,7 @@
        DN authzDN = getAuthorizationDN();
        if ((!passwordChanged) && (!isInternalOperation())
            && pwPolicyState.mustChangePassword())
            && pwPolicyState != null && pwPolicyState.mustChangePassword())
        {
          if (authzDN != null && authzDN.equals(entryDN))
          {