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

neil_a_wilson
10.46.2006 656b0a5bf83cbf06f0359ca8a9a751fba956cb77
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
opendj-sdk/opends/src/server/org/opends/server/core/BindOperation.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/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)
      {