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

neil_a_wilson
10.46.2006 e855ded2421e73a7ac990058fc2b88feaf93a972
Make sure to set the "must change password" flag on bind if the user's password
needs to be changed before they can do anything else.

OpenDS Issue Number: 575
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/core/BindOperation.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperation.java
@@ -1875,6 +1875,7 @@
      clientConnection.setAuthenticationInfo(authInfo);
      clientConnection.setSizeLimit(sizeLimit);
      clientConnection.setTimeLimit(timeLimit);
      clientConnection.setMustChangePassword(mustChangePassword);
      if (returnAuthzID)
      {