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

Ludovic Poitou
22.44.2011 68be0cf81e71312d29e3c88df890e03e54e3f470
Fix issue OPENDJ-243. Fix Copy/paste typo with the setPasswordResetState operation 
1 files modified
3 ■■■■ changed files
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/extensions/PasswordPolicyStateExtendedRequest.java 3 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/ldap/extensions/PasswordPolicyStateExtendedRequest.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package com.forgerock.opendj.ldap.extensions;
@@ -1114,7 +1115,7 @@
  public void setPasswordResetState(final boolean state)
  {
    operations.add(new MultiValueOperation(
        PasswordPolicyStateOperationType.SET_LAST_LOGIN_TIME, ByteString
        PasswordPolicyStateOperationType.SET_PASSWORD_RESET_STATE, ByteString
            .valueOf(String.valueOf(state))));
  }