From e958eb5bcfc9feccbda7c0841b05939506143ad8 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 16 Nov 2007 10:47:40 +0000
Subject: [PATCH] Advanced properties phase 1: tag advanced properties and perform various clean-up to the XML definitions:
---
opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml
index 3e70e30..7472881 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml
@@ -42,8 +42,7 @@
<ldap:superior>ds-cfg-password-validator</ldap:superior>
</ldap:object-class>
</adm:profile>
-
- <adm:property-override name="java-class">
+ <adm:property-override name="java-class" advanced="true">
<adm:default-behavior>
<adm:defined>
<adm:value>
@@ -52,15 +51,15 @@
</adm:defined>
</adm:default-behavior>
</adm:property-override>
-
- <adm:property name="match-attribute" mandatory="false"
- multi-valued="true">
+ <adm:property name="match-attribute" multi-valued="true">
<adm:synopsis>
Specifies the name(s) of the attribute(s) whose values should be
- checked to determine whether they match the provided password. If
- this is not provided, then all attributes in the user's entry will
- be checked.
+ checked to determine whether they match the provided password.
</adm:synopsis>
+ <adm:description>
+ If this is not provided, then all attributes in the user's entry
+ will be checked.
+ </adm:description>
<adm:default-behavior>
<adm:alias>
<adm:synopsis>
--
Gitblit v1.10.0