From be195cc68b1c823e3a8ae6b08c32632f2ae776f8 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Fri, 06 Apr 2007 00:01:33 +0000
Subject: [PATCH] Add ACI support for LDAP modify DN operation (export and import rights). Also add support for self-write (selfwrite) right.

---
 opends/src/server/org/opends/server/authorization/dseecompat/Aci.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java b/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
index 8a27eb5..5308889 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/Aci.java
@@ -183,7 +183,7 @@
     public static final int ACI_SEARCH = 0x0020;
 
     /**
-     * ACI_SELF is used for the SELFWRITE right. Currently not implemented.
+     * ACI_SELF is used for the SELFWRITE right.
      */
     public static final int ACI_SELF = 0x0040;
 
@@ -200,13 +200,13 @@
 
     /**
      * ACI_IMPORT is used to set the container rights for a LDAP
-     * modify dn operation. Currently not used.
+     * modify dn operation.
      */
     public static final int ACI_IMPORT = 0x0100;
 
     /**
      * ACI_EXPORT is used to set the container rights for a LDAP
-     * modify dn operation. Currently not used.
+     * modify dn operation.
      */
     public static final int ACI_EXPORT = 0x0200;
 

--
Gitblit v1.10.0