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

sin
23.32.2007 d2cff11ac3c01923337cbd0aa789d8bd6b4d307a
Fix for Bug# 428. Added Message ID related to configuration attribute "ds-cfg-reject-unauthenticated-requests".
1 files modified
15 ■■■■■ changed files
opends/src/server/org/opends/server/config/ConfigConstants.java 15 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -465,6 +465,21 @@
  /**
   * The name of the configuration attribute that indicates whether an
   * unauthenticated request should be rejected.
   */
  public static final String ATTR_REJECT_UNAUTHENTICATED_REQ =
       NAME_PREFIX_CFG + "reject-unauthenticated-requests";
  /**
   * The default value for the reject unauthenticated request attribute.
   */
  public static final boolean DEFAULT_REJECT_UNAUTHENTICATED_REQ = false;
  /**
   * The name of the configuration attribute that holds the fully-qualified name
   * of the Java class for the certificate mapper implementation.
   */