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

neil_a_wilson
02.04.2007 3eda3cff54108292450f4d270e187596bc8f307e
opendj-sdk/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -468,6 +468,24 @@
  /**
   * The name of the standard attribute that is used to specify the names of the
   * LDAP protocol versions supported by the server, formatted in camel case.
   */
  public static final String ATTR_SUPPORTED_LDAP_VERSION =
       "supportedLDAPVersion";
  /**
   * The name of the standard attribute that is used to specify the names of the
   * LDAP protocol versions supported by the server, formatted in all lowercase.
   */
  public static final String ATTR_SUPPORTED_LDAP_VERSION_LC =
       "supportedldapversion";
  /**
   * The name of the standard attribute that is used to specify the names of the
   * SASL mechanisms supported by the server, formatted in camel case.
   */
  public static final String ATTR_SUPPORTED_SASL_MECHANISMS =