From f45341816db18a192aac0e4ce40fdf6cd5c914f4 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Sun, 02 Sep 2007 14:14:21 +0000
Subject: [PATCH] Add a CLI profile to the plugin relation so that the plugin "enabled" property is displayed by default in dsconfig list-xxx operations.
---
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml
index 7d2e93b..f35b605 100644
--- a/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml
+++ b/opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml
@@ -30,7 +30,8 @@
plural-name="plugin-roots"
package="org.opends.server.admin.std" abstract="false"
xmlns:adm="http://www.opends.org/admin"
-xmlns:ldap="http://www.opends.org/admin-ldap">
+xmlns:ldap="http://www.opends.org/admin-ldap"
+xmlns:cli="http://www.opends.org/admin-cli">
<adm:synopsis>
The
<adm:user-friendly-name />
@@ -56,6 +57,11 @@
cn
</ldap:naming-attribute>
</adm:profile>
+ <adm:profile name="cli">
+ <cli:relation>
+ <cli:default-property name="enabled" />
+ </cli:relation>
+ </adm:profile>
</adm:relation>
<adm:property name="plugin-order-startup" mandatory="false">
--
Gitblit v1.10.0