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

Matthew Swift
29.50.2011 85e5ab92ac335ce41ed775364459a9629b2c77c4
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.server.config;
@@ -3685,6 +3686,25 @@
  /**
   * The name of the operational attribute which will be put in user's entry in
   * order to cache a copy of their password for pass through authentication.
   */
  public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD =
       "ds-pta-cached-password";
  /**
   * The name of the operational attribute which will be put in user's entry in
   * order to record the time at which their password was cached for pass
   * through authentication.
   */
  public static final String OP_ATTR_PTAPOLICY_CACHED_PASSWORD_TIME =
       "ds-pta-cached-password-time";
  /**
   * The name of the attribute option used to indicate that a configuration
   * attribute has one or more pending values.
   */