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

neil_a_wilson
05.41.2006 5be072c20e46f0921bb00401ff26d0defb3e8991
opends/src/server/org/opends/server/util/ServerConstants.java
@@ -186,8 +186,8 @@
  /**
   * The name of the standard attribute that is used to specify the set of
   * naming contexts (suffixes) for the Directory Server, formatted in camel
   * case.
   * public naming contexts (suffixes) for the Directory Server, formatted in
   * camel case.
   */
  public static final String ATTR_NAMING_CONTEXTS = "namingContexts";
@@ -195,14 +195,23 @@
  /**
   * The name of the standard attribute that is used to specify the set of
   * naming contexts (suffixes) for the Directory Server, formatted in all
   * lowercase.
   * public naming contexts (suffixes) for the Directory Server, formatted in
   * all lowercase.
   */
  public static final String ATTR_NAMING_CONTEXTS_LC = "namingcontexts";
  /**
   * The name of the attribute used to hold the DNs that constitute the set of
   * "private" naming contexts registered with the server.
   */
  public static final String ATTR_PRIVATE_NAMING_CONTEXTS =
       "ds-private-naming-contexts";
  /**
   * The name of the standard attribute that is used to hold organization names,
   * formatted in all lowercase.
   */