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/PasswordPolicyImportPluginConfiguration.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
index 32f2eb4..8e1bb04 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
@@ -57,6 +57,14 @@
     </adm:default-behavior>
   </adm:property-override>
 
+  <adm:property-override name="plugin-type">
+    <adm:default-behavior>
+      <adm:defined>
+        <adm:value>ldifimport</adm:value>
+      </adm:defined>
+    </adm:default-behavior>
+  </adm:property-override>
+
   <adm:property name="default-user-password-storage-scheme" mandatory="false"
        multi-valued="true">
     <adm:synopsis>

--
Gitblit v1.10.0