mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
02.14.2007 f45341816db18a192aac0e4ce40fdf6cd5c914f4
Add a CLI profile to the plugin relation so that the plugin "enabled" property is displayed by default in dsconfig list-xxx operations.
1 files modified
8 ■■■■ changed files
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml 8 ●●●● patch | view | raw | blame | history
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">