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/UniqueAttributePluginCfgDefn.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/src/admin/messages/UniqueAttributePluginCfgDefn.properties b/opends/src/admin/messages/UniqueAttributePluginCfgDefn.properties index 97052f4..d4d27f5 100644 --- a/opends/src/admin/messages/UniqueAttributePluginCfgDefn.properties +++ b/opends/src/admin/messages/UniqueAttributePluginCfgDefn.properties @@ -60,5 +60,6 @@ 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.type.synopsis=Specifies the type of attributes to check for value uniqueness. -- Gitblit v1.10.0