From c705a80d852f43e91752945b8ac9b2f4051c9369 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Wed, 18 Apr 2007 15:23:26 +0000
Subject: [PATCH] Add comments for global-aci property

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

diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
index a1de819..b8bb562 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
@@ -9,7 +9,6 @@
     <adm:user-friendly-name />
     is the provider class for the dseecompt ACI.
   </adm:synopsis>
-  
   <adm:profile name="ldap">
     <ldap:object-class>
       <ldap:oid>1.3.6.1.4.1.26027.1.2.87</ldap:oid>
@@ -17,7 +16,6 @@
       <ldap:superior>ds-cfg-access-control-handler</ldap:superior>
     </ldap:object-class>
   </adm:profile>
-  
   <adm:property name="global-aci" mandatory="false"
     multi-valued="true">
     <adm:synopsis>
@@ -27,6 +25,10 @@
        <adm:default-behavior>
       <adm:alias>
         <adm:synopsis>
+          Defines a global access control rule, which will always be
+          interpreted for any entry anywhere in the server (although it
+          may be overridden by more specific access control rules placed
+          in the data).
         </adm:synopsis>
       </adm:alias>
     </adm:default-behavior>
@@ -40,6 +42,5 @@
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  
 </adm:managed-object>
 

--
Gitblit v1.10.0