From a09e50d8d41c0f50c486742f4cc2343083c635e3 Mon Sep 17 00:00:00 2001 From: ludovicp <ludovicp@localhost> Date: Fri, 25 Jun 2010 09:25:49 +0000 Subject: [PATCH] Fixes issues #4552 #4557, making sure plugins and internal services are properly handling subtree move or delete. The changes particularly resolve problems raised by the community with the referential integrity and the isMemberOf plug-ins. Unit-tests have been updated to cover those cases --- opends/src/admin/messages/ProfilerPluginCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/ProfilerPluginCfgDefn.properties b/opends/src/admin/messages/ProfilerPluginCfgDefn.properties index 7c55b1e..b091793 100644 --- a/opends/src/admin/messages/ProfilerPluginCfgDefn.properties +++ b/opends/src/admin/messages/ProfilerPluginCfgDefn.properties @@ -59,6 +59,7 @@ property.plugin-type.syntax.enumeration.value.searchresultreference.synopsis=Invoked before sending a search result reference to the client. property.plugin-type.syntax.enumeration.value.shutdown.synopsis=Invoked during a graceful Directory Server shutdown. property.plugin-type.syntax.enumeration.value.startup.synopsis=Invoked during the Directory Server startup process. +property.plugin-type.syntax.enumeration.value.subordinatedelete.synopsis=Invoked in the course of deleting a subordinate entry of a delete operation. property.plugin-type.syntax.enumeration.value.subordinatemodifydn.synopsis=Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. property.profile-action.synopsis=Specifies the action that should be taken by the profiler. property.profile-action.description=A value of "start" causes the profiler thread to start collecting data if it is not already active. A value of "stop" causes the profiler thread to stop collecting data and write it to disk, and a value of "cancel" causes the profiler thread to stop collecting data and discard anything that has been captured. These operations occur immediately. -- Gitblit v1.10.0