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/PluginRootCfgDefn.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/admin/messages/PluginRootCfgDefn.properties b/opendj-sdk/opends/src/admin/messages/PluginRootCfgDefn.properties index 95b0e64..a22fc82 100644 --- a/opendj-sdk/opends/src/admin/messages/PluginRootCfgDefn.properties +++ b/opendj-sdk/opends/src/admin/messages/PluginRootCfgDefn.properties @@ -155,6 +155,9 @@ property.plugin-order-startup.synopsis=Specifies the order in which startup plug-ins are to be loaded and invoked. property.plugin-order-startup.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined). property.plugin-order-startup.default-behavior.alias.synopsis=The order in which startup plug-ins are loaded and invoked is undefined. +property.plugin-order-subordinate-delete.synopsis=Specifies the order in which subordinate delete plug-ins are to be loaded and invoked. +property.plugin-order-subordinate-delete.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined). +property.plugin-order-subordinate-delete.default-behavior.alias.synopsis=The order in which subordinate delete plug-ins are loaded and invoked is undefined. property.plugin-order-subordinate-modify-dn.synopsis=Specifies the order in which subordinate modify DN plug-ins are to be loaded and invoked. property.plugin-order-subordinate-modify-dn.description=The value is a comma-delimited list of plug-in names (where the plug-in name is the RDN value from the plug-in configuration entry DN). The list can include at most one asterisk to indicate the position of any unspecified plug-in (and the relative order of those unspecified plug-ins is undefined). property.plugin-order-subordinate-modify-dn.default-behavior.alias.synopsis=The order in which subordinate modify DN plug-ins are loaded and invoked is undefined. -- Gitblit v1.10.0