From eb617ebde7e141ad80ac7b965f38242bc96ff9b9 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 03 Sep 2007 08:25:24 +0000
Subject: [PATCH] Add default values for plugin-type property and remove unnecessary default behavior for referential integrity attribute property.

---
 opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml
index e10d4f5..2d7a8d4 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml
@@ -63,6 +63,16 @@
       </adm:defined>
     </adm:default-behavior>
   </adm:property-override>
+  
+  <adm:property-override name="plugin-type">
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>postoperationdelete</adm:value>
+        <adm:value>postoperationmodifydn</adm:value>
+        <adm:value>subordinatemodifydn</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+  </adm:property-override>
 
   <adm:property name="referential-integrity-attribute-type" mandatory="true"
                 multi-valued="true">
@@ -76,14 +86,6 @@
     <adm:description>
       Specifies an attribute type to process referential integrity.
     </adm:description>
-    <adm:default-behavior>
-      <adm:alias>
-        <adm:synopsis>T
-          The ds-cfg-referential-integrity attribute must be specified at least
-          once.
-        </adm:synopsis>
-      </adm:alias>
-    </adm:default-behavior>
     <adm:syntax>
       <adm:attribute-type />
     </adm:syntax>
@@ -95,7 +97,6 @@
     </adm:profile>
   </adm:property>
 
-
   <adm:property name="referential-integrity-base-dn" mandatory="false"
                 multi-valued="true">
     <adm:synopsis>

--
Gitblit v1.10.0