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/TargetAttr.java | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java b/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
index c28633e..9ea4fa9 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/TargetAttr.java
@@ -59,10 +59,10 @@
*/
private HashSet<AttributeType> attributes = new HashSet<AttributeType>();
- /**
- * HashSet of the operational attribute types parsed by the constructor.
- */
- private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>();
+ /**
+ * HashSet of the operational attribute types parsed by the constructor.
+ */
+ private HashSet<AttributeType> opAttributes = new HashSet<AttributeType>();
/*
* Regular expression that matches one or more ATTR_NAME's separated by
--
Gitblit v1.10.0