From 54f22bd4c8098e5b2b2ba48cf29a4f6f7ed5c1d5 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 16 Nov 2007 16:42:10 +0000
Subject: [PATCH] Tag components as advanced or intended for customization.
---
opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml
index e9bde80..812da73 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml
@@ -29,7 +29,8 @@
plural-name="password-generators"
package="org.opends.server.admin.std"
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>
<adm:user-friendly-plural-name />
are used by the password modify extended operation to construct a
@@ -42,6 +43,9 @@
<ldap:superior>top</ldap:superior>
</ldap:object-class>
</adm:profile>
+ <adm:profile name="cli">
+ <cli:managed-object custom="true" />
+ </adm:profile>
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
Indicate whether the
--
Gitblit v1.10.0