From 3f02855a9202d146ec2e87a7568180caec938235 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Wed, 25 Jul 2007 23:12:49 +0000
Subject: [PATCH] Add new ACI keyword "extop" that can be used to enforce access based on the OID of an extended operation. For example, a new global access extended operation rule is also being added:

---
 opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/TargetControl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/TargetControl.java b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/TargetControl.java
index 9510888..dbda4cd 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/TargetControl.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/TargetControl.java
@@ -51,7 +51,7 @@
   /**
    * Creates a class that can be used to evaluate a targetcontrol.
    *
-   * @param op The operator of the targetfilter expression (=, !=).
+   * @param op The operator of the targetcontrol expression (=, !=).
    * @param controlOIDS  Set of control OIDS to use in the evaluation (may
    *                     contain wild-card '*').
    */

--
Gitblit v1.10.0