From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try
---
opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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 5ab978a..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
@@ -33,10 +33,8 @@
<adm:synopsis>
The
<adm:user-friendly-name />
- attempts to determine whether a proposed password is acceptable
- for use by determining whether that password is contained in any
- attribute within the user's entry. It may be configured to look
- in all attributes or in a specified subset of attributes.
+ is used to determine whether a proposed password is acceptable based
+ on whether the given password value appears the user's entry.
</adm:synopsis>
<adm:profile name="ldap">
<ldap:object-class>
@@ -53,13 +51,15 @@
</adm:defined>
</adm:default-behavior>
</adm:property-override>
- <adm:property name="match-attribute" 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 no values are provided, then the server checks if the proposed
- password matches the value of any attribute in the user's entry.
</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