From 873c5e7a10dc487f9f70719717eed7fd42e3bb13 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 14 Sep 2007 15:51:17 +0000
Subject: [PATCH] Revert a change (committed in revision 3066) that added support for changing the plugin type values on the fly and update the configuration definition to indicate that this is not supported and to note that changes to the defined plugin types will only take effect if the plugin is disabled and re-enabled or the server is restarted.

---
 opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
index cc13da3..6b89ca8 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml
@@ -91,8 +91,12 @@
   <adm:property name="plugin-type" mandatory="true" multi-valued="true">
     <adm:synopsis>
       The plugin types, which define the conditions under which this plugin
-      should be invoked.
+      should be invoked.  The plugin must be disabled and re-enabled for plugin
+      type changes to take effect.
     </adm:synopsis>
+    <adm:requires-admin-action>
+      <adm:component-restart />
+    </adm:requires-admin-action>
     <adm:syntax>
       <adm:enumeration>
         <adm:value name="startup">

--
Gitblit v1.10.0