From 2733d9b2221048e4683d8bba62fcfbbff7053586 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Sun, 02 Sep 2007 14:16:05 +0000
Subject: [PATCH] Override the plugin-type property for each of our core plugins so that they have sensible default values. These defaults were taken from the current config.ldif default configuration.

---
 opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
index 82cf5ec..3c87817 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/UniqueAttributePluginConfiguration.xml
@@ -57,7 +57,17 @@
     </adm:default-behavior>
   </adm:property-override>
 
-    <adm:property name="unique-attribute-type" mandatory="true"
+  <adm:property-override name="plugin-type">
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>preoperationadd</adm:value>
+        <adm:value>preoperationmodify</adm:value>
+        <adm:value>preoperationmodifydn</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+  </adm:property-override>
+
+  <adm:property name="unique-attribute-type" mandatory="true"
                 multi-valued="true">
     <adm:synopsis>
       Specifies the attribute type to check for value uniqueness.

--
Gitblit v1.10.0