From 26150e5cc7b18069cfabaa916fa19416d378de70 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Tue, 21 Aug 2007 13:31:07 +0000
Subject: [PATCH] Add attribute uniqueness plugin implementation that provides single-server attribute uniqueness. The plugin has the following features:

---
 opends/src/messages/messages/plugin.properties |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties
index 8b7e6d2..a669f5c 100644
--- a/opends/src/messages/messages/plugin.properties
+++ b/opends/src/messages/messages/plugin.properties
@@ -303,3 +303,15 @@
  subordinate modify DN plugin defined in configuration entry %s returned null \
  when invoked for connection %d operation %s.  This is an illegal response, \
  and processing on this operation will be terminated
+SEVERE_ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77=An attempt was made to \
+ register the Unique Attribute plugin to be invoked as a %s plugin.  This \
+ plugin type is not allowed for this plugin
+SEVERE_ERR_PLUGIN_UNIQUEATTR_MOD_NOT_UNIQUE_78=An error occurred while \
+ attempting to modify an attribute value of entry %s because the proposed \
+ changes failed the attribute value uniqueness check
+SEVERE_ERR_PLUGIN_UNIQUEATTR_ADD_NOT_UNIQUE_79=An error occurred while \
+ attempting to add the entry %s because one of the entry's attribute values \
+ failed the attribute value uniqueness check
+SEVERE_ERR_PLUGIN_UNIQUEATTR_MODDN_NOT_UNIQUE_80=An error occurred while \
+ attempting to perform a modify DN operation on entry %s because the proposed \
+ changes failed the attribute value uniqueness check

--
Gitblit v1.10.0