From 94bbd5bb7c20a490558d8ec97d1be7e3dc492a42 Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sun, 09 Sep 2007 23:08:09 +0000 Subject: [PATCH] Update the server to provide a basic framework for controlling when plugins will be invoked. There are two basic changes: --- opends/src/messages/messages/plugin.properties | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties index 8b0a93c..2dfd85e 100644 --- a/opends/src/messages/messages/plugin.properties +++ b/opends/src/messages/messages/plugin.properties @@ -379,3 +379,19 @@ SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password \ policy import plugin references default auth password storage scheme %s \ which is not available for use in the server +SEVERE_ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105=The \ + post-synchronization %s plugin defined in configuration entry %s threw an \ + exception when it was invoked for connection %d operation %d: %s +SEVERE_ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106=A unique attribute conflict \ + was detected for attribute %s: value %s already exists in entry %s +SEVERE_ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107=A unique attribute conflict \ + was detected for attribute %s during synchronization (connID=%d, opID=%d): \ + value %s in entry %s conflicts with an existing value in entry %s. Manual \ + interaction is required to eliminate the conflict +SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108=An internal error occurred \ + while attempting to determine whether the operation would have resulted in a \ + unique attribute conflict (result %s, message %s) +SEVERE_ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109=An internal error \ + occurred while attempting to determine whether the synchronization operation \ + (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute \ + conflict (result %s, message %s) -- Gitblit v1.10.0