From d428f48a4cf79de5e3f7cbc38a2c1af7a0b80e4f Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Sat, 21 Jul 2007 00:56:42 +0000
Subject: [PATCH] Add the new ACI keyword "targetcontrol" that can be used to enforce access based on the OID of a control. For example, a new global access control rule is also being added:
---
opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetKeyword.java | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetKeyword.java b/opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetKeyword.java
index e58fe0b..e22c5fd 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetKeyword.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/EnumTargetKeyword.java
@@ -56,7 +56,12 @@
* This enumeration is returned when the target keyword is
* "targattrfilters".
*/
- KEYWORD_TARGATTRFILTERS ("targattrfilters");
+ KEYWORD_TARGATTRFILTERS ("targattrfilters"),
+ /**
+ * This enumeration is returned when the target keyword is
+ * "targetcontrol".
+ */
+ KEYWORD_TARGETCONTROL ("targetcontrol");
/*
* The target keyword name.
--
Gitblit v1.10.0