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

Matthew Swift
16.23.2011 24dae2d6013674184e54c0038aebc10bd1768a70
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))
          {