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

neil_a_wilson
17.59.2007 f41aeb80e592a94a5745a929a172d13977e6ec82
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1802,6 +1802,21 @@
  /**
   * The default value for the password history count configuration attribute.
   */
  public static final int DEFAULT_PWPOLICY_HISTORY_COUNT = 0;
  /**
   * The default value for the password history duration configuration
   * attribute, in seconds.
   */
  public static final int DEFAULT_PWPOLICY_HISTORY_DURATION = 0;
  /**
   * The name of the configuration attribute that specifies the maximum length
   * of time an account may remain idle.
   */
@@ -3449,6 +3464,22 @@
  /**
   * The name of the operational attribute that is used to maintain the password
   * history for the user.
   */
  public static final String OP_ATTR_PWPOLICY_HISTORY = "pwdHistory";
  /**
   * The name of the operational attribute that is used to maintain the password
   * history for the user, in all lowercase characters.
   */
  public static final String OP_ATTR_PWPOLICY_HISTORY_LC = "pwdhistory";
  /**
   * The name of the operational attribute that specifies the time that the
   * account was locked due to too many failed attempts.
   */