From 6a8451ac7153581e402f82b54568a62a8cec1967 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 --- opendj-sdk/opends/src/admin/messages/LastModPluginCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/LastModPluginCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/LastModPluginCfgDefn.properties index 3080f98..d17d72a 100644 --- a/opendj-sdk/opends/src/admin/messages/LastModPluginCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/LastModPluginCfgDefn.properties @@ -58,4 +58,5 @@ 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. -- Gitblit v1.10.0