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

Matthew Swift
02.02.2011 202e7d2e363ac605c92466bf73f8b6c89b59c2bf
opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java
@@ -622,6 +622,8 @@
   */
  public boolean isForceChangeOnAdd()
  {
    // Don't use pwdMustChange since the password provided when the entry was
    // added may have been provided by the user. See OPENDJ-341.
    return getDefaultPasswordPolicy().isForceChangeOnAdd();
  }