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(); }