From a8a8f5354938c4b5b84debd445a5d8dc0b037bd9 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 19 Mar 2007 22:28:03 +0000
Subject: [PATCH] Add support for:
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index 096ea89..28c167c 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -2269,6 +2269,13 @@
NAME_PREFIX_CFG + "acl-handler-enabled";
+ /**
+ * The name of the configuration attribute that specifies a global
+ * attribute access control instruction.
+ */
+ public static final String ATTR_AUTHZ_GLOBAL_ACI =
+ NAME_PREFIX_CFG + "global-aci";
+
/**
* The name of the configuration attribute that specifies the fully-qualified
--
Gitblit v1.10.0