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/resource/config/config.ldif | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opends/resource/config/config.ldif b/opends/resource/config/config.ldif index c370f27..ada1f35 100644 --- a/opends/resource/config/config.ldif +++ b/opends/resource/config/config.ldif @@ -1786,6 +1786,7 @@ ds-cfg-plugin-type: postOperationDelete ds-cfg-plugin-type: postOperationModifyDN ds-cfg-plugin-type: subordinateModifyDN +ds-cfg-plugin-type: subordinateDelete ds-cfg-attribute-type: member ds-cfg-attribute-type: uniqueMember ds-cfg-invoke-for-internal-operations: true -- Gitblit v1.10.0