From f6f44d80e15b638b013a725396a8d7fe03031a1f Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Tue, 06 May 2008 22:12:59 +0000 Subject: [PATCH] Fixed an issue where a NPE could be thrown when the server processes a mod DN operation with a new superior entry thats in the subtree to be moved. An informative error message is added so the user can fix the mistake. --- opends/src/messages/messages/core.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index cbd716f..17e171d 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1768,3 +1768,6 @@ canceled MILD_ERR_CANNOT_CANCEL_CANCEL_701=Cancel extended operations can not be \ canceled +MILD_ERR_MODDN_NEW_SUPERIOR_IN_SUBTREE_702=The modify DN operation \ + for entry %s cannot be performed because the new superior entry %s is equal \ + to or a subordinate of the entry to be moved -- Gitblit v1.10.0