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

neil_a_wilson
05.41.2006 b4d3e8fb81e04266baf9f54f44abd64a06402e78
opendj-sdk/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.
   */