From d2cff11ac3c01923337cbd0aa789d8bd6b4d307a Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Tue, 23 Jan 2007 17:32:32 +0000
Subject: [PATCH] Fix for Bug# 428. Added Message ID related to configuration attribute "ds-cfg-reject-unauthenticated-requests".

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 2b6119a..e0349f6 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/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.
    */

--
Gitblit v1.10.0