From 4204e17ef5a801f50836310143394d801229ba3b Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Tue, 04 Sep 2007 01:55:31 +0000 Subject: [PATCH] Update the LDIFPluginResult object to provide the ability to specify a reject message that explains why the entry should not be imported/exported. --- opends/src/messages/messages/utility.properties | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index 10f1636..6c2799c 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -499,3 +499,8 @@ SEVERE_ERR_CONSOLE_INPUT_ERROR_221=The response could not be read from the console due to the following error: %s INFO_MENU_OPTION_BACK_222=back INFO_MENU_OPTION_BACK_KEY_223=b +SEVERE_ERR_LDIF_REJECTED_BY_PLUGIN_NOMESSAGE_224=Rejecting entry %s because \ + it was rejected by a plugin +SEVERE_ERR_LDIF_REJECTED_BY_PLUGIN_225=Rejecting entry %s because it was \ + rejected by a plugin: %s + -- Gitblit v1.10.0