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

boli
24.50.2006 bf7b61bf7e22fc0c1c0bf69255f44d0139c86937
opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1992,6 +1992,21 @@
   */
  public static final int DEFAULT_SIZE_LIMIT = 1000;
    /**
   * The name of the configuration attribute that holds the server lookthrough
   * limit.
   */
  public static final String ATTR_LOOKTHROUGH_LIMIT =
        NAME_PREFIX_CFG + "lookthrough-limit";
  /**
   * The default value that will be used for the server lookthrough limit if
   * no other value is given.
   */
  public static final int DEFAULT_LOOKTHROUGH_LIMIT = 5000;
  /**
@@ -3194,6 +3209,15 @@
  /**
   * The name of the operational attribute that may be included in user
   * entries to specify a lookthrough limit for that user.
   */
  public static final String OP_ATTR_USER_LOOKTHROUGH_LIMIT =
      NAME_PREFIX_RLIM + "lookthrough-limit";
  /**
   * The name of the attribute option used to indicate that a configuration
   * attribute has one or more pending values.
   */