From e523c3b1f2ab90f2b424bdefe674a0fd3d8da7f4 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 23 Jun 2011 17:07:56 +0000
Subject: [PATCH] Fix for issue OPENDJ-214. Rebranded as OpenDJ and now uses product-name variable.
---
opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
index 3daf909..a721598 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/AccessControlHandlerConfiguration.xml
@@ -24,6 +24,7 @@
!
!
! Copyright 2007-2008 Sun Microsystems, Inc.
+ ! Portions Copyright 2011 ForgeRock AS
! -->
<adm:managed-object name="access-control-handler"
plural-name="access-control-handlers"
@@ -33,13 +34,13 @@
xmlns:cli="http://www.opends.org/admin-cli">
<adm:synopsis>
<adm:user-friendly-plural-name />
- manage the application-wide access control. The OpenDS access control
+ manage the application-wide access control. The <adm:product-name /> access control
handler is defined through an extensible interface, so that alternate
implementations can be created. Only one access control handler may be
active in the server at any given time.
</adm:synopsis>
<adm:description>
- Note that OpenDS also has a privilege subsystem, which may have an impact
+ Note that <adm:product-name /> also has a privilege subsystem, which may have an impact
on what clients may be allowed to do in the server. For example, any user
with the bypass-acl privilege is not subject to access control
checking regardless of whether the access control implementation is
--
Gitblit v1.10.0