From c93ee25db11a3a624fdc68c3e70f0c39ed0718a4 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sun, 26 Aug 2007 00:14:04 +0000
Subject: [PATCH] Update configuration definitions to make a few different types of changes:

---
 opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml
index a535505..fca0c80 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/ConnectionHandlerConfiguration.xml
@@ -31,13 +31,16 @@
   package="org.opends.server.admin.std" abstract="true"
   xmlns:adm="http://www.opends.org/admin"
   xmlns:ldap="http://www.opends.org/admin-ldap">
+
   <adm:synopsis>
     <adm:user-friendly-plural-name />
     are responsible for handling all interaction with the clients,
     including accepting the connections, reading requests, and sending
     responses.
   </adm:synopsis>
+
   <adm:tag name="core"/>
+
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:oid>1.3.6.1.4.1.26027.1.2.13</ldap:oid>
@@ -45,6 +48,7 @@
       <ldap:superior>top</ldap:superior>
     </ldap:object-class>
   </adm:profile>
+
   <adm:property name="enabled" mandatory="true">
     <adm:synopsis>
       Indicate whether the
@@ -61,6 +65,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+
   <adm:property name="java-implementation-class" mandatory="true" advanced="true">
     <adm:synopsis>
       The fully-qualified name of the Java class that provides the
@@ -81,6 +86,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+
   <adm:property name="allowed-clients" multi-valued="true">
     <adm:synopsis>
       This property specifies a set of address masks that may be used to
@@ -96,7 +102,8 @@
       <adm:alias>
         <adm:synopsis>
           All clients with addresses that do not match an address on the
-          deny list will be allowed.
+          deny list will be allowed.  If there is no deny list, then all clients
+          will be allowed.
         </adm:synopsis>
       </adm:alias>
     </adm:default-behavior>
@@ -110,6 +117,7 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
+
   <adm:property name="denied-clients" multi-valued="true">
     <adm:synopsis>
       This property specifies a set of address masks that may be used to
@@ -128,8 +136,8 @@
     <adm:default-behavior>
       <adm:alias>
         <adm:synopsis>
-          All clients with addresses that do match an address on the
-          allow list will be allowed.
+          If an allow list is specified, then only clients with addresses on the
+          allow list will be allowed.  Otherwise, all clients will be allowed.
         </adm:synopsis>
       </adm:alias>
     </adm:default-behavior>

--
Gitblit v1.10.0