From 39ee9286999c0faf5e78ab2a68d69d10c7600ff9 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:
---
opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
index f542fe0..43d0183 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/DseeCompatAccessControlHandlerConfiguration.xml
@@ -31,11 +31,13 @@
package="org.opends.server.admin.std" extends="access-control-handler"
xmlns:adm="http://www.opends.org/admin"
xmlns:ldap="http://www.opends.org/admin-ldap">
+
<adm:synopsis>
The
<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>
@@ -43,6 +45,7 @@
<ldap:superior>ds-cfg-access-control-handler</ldap:superior>
</ldap:object-class>
</adm:profile>
+
<adm:property-override name="acl-handler-class">
<adm:default-behavior>
<adm:defined>
@@ -52,19 +55,22 @@
</adm:defined>
</adm:default-behavior>
</adm:property-override>
+
<adm:property name="global-aci" mandatory="false"
multi-valued="true">
<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:description>
</adm:description>
<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).
+ No global ACIs will be defined, which means that no access will be
+ allowed for any data in the server unless granted by access control
+ rules in the user data.
</adm:synopsis>
</adm:alias>
</adm:default-behavior>
--
Gitblit v1.10.0