From aaff8bbe83e02bba861c5cf1c6645dedc4e0ac1d Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 07 Aug 2007 21:45:40 +0000
Subject: [PATCH] Add support for a new type of plugin which can be used to detect changes and take some action whenever a subordinate entry is modified as a result of a modify DN operation that targets an entry that has one or more children (i.e., a subtree move or subtree rename operation).  At present, subordinate modify DN plugins are not allowed to change the contents of the entry as it is being moved/renamed, but an appropriate API is in place if we decide to add this functionality in the future.

---
 opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
index e876670..1194f54 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
@@ -318,6 +318,12 @@
             Invoked before sending a search result reference to the client.
           </adm:synopsis>
         </adm:value>
+        <adm:value name="subordinatemodifydn">
+          <adm:synopsis>
+            Invoked in the course of moving or renaming an entry subordinate to
+            the target of a modify DN operation.
+          </adm:synopsis>
+        </adm:value>
         <adm:value name="intermediateresponse">
           <adm:synopsis>
             Invoked before sending an intermediate repsonse message to the

--
Gitblit v1.10.0