From ff9755c40feeaf5a3208229d48b80b608ab7a68c Mon Sep 17 00:00:00 2001
From: jarnou <jarnou@localhost>
Date: Tue, 17 Jul 2007 08:14:43 +0000
Subject: [PATCH] This fix is the refactoring of the modrdn operation [issue 1180]
---
opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
index aea44cb..b980c79 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -104,7 +104,8 @@
* @param rights The rights of the modify DN operation.
* @param entry The entry to evalauted for this modify DN.
*/
- public AciLDAPOperationContainer(ModifyDNOperation operation, int rights,
+ public AciLDAPOperationContainer(LocalBackendModifyDNOperation operation,
+ int rights,
Entry entry) {
super(operation, rights, entry);
}
--
Gitblit v1.10.0