From de8622f2f9411328a14cb29a168445492a3f2025 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:
---
opends/src/server/org/opends/server/config/ConfigConstants.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index 096ea89..28c167c 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/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