From 3e9865dd2a5c7012128a66b9e513c10566684e19 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. --- opendj-sdk/opends/src/messages/messages/plugin.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/plugin.properties b/opendj-sdk/opends/src/messages/messages/plugin.properties index 2739baa..a8ba1b9 100644 --- a/opendj-sdk/opends/src/messages/messages/plugin.properties +++ b/opendj-sdk/opends/src/messages/messages/plugin.properties @@ -374,3 +374,5 @@ have resulted in a value for attribute %s that was not 7-bit clean MILD_ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102=The modify DN operation \ would have resulted in a value for attribute %s that was not 7-bit clean +MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=The entry included a value for \ + attribute %s that was not 7-bit clean -- Gitblit v1.10.0