From 952ce880317825f16c256fb716167eb7fddeda49 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Wed, 06 Feb 2008 18:09:50 +0000
Subject: [PATCH] Commiting configuration XML files after adding info from the old config guide to be incorporated in the new generated config reference
---
opends/src/admin/defn/org/opends/server/admin/std/AttributeValuePasswordValidatorConfiguration.xml | 19 +++++++++++--------
1 files changed, 11 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 7472881..a347fe9 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
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Portions Copyright 2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
<adm:managed-object name="attribute-value-password-validator"
plural-name="attribute-value-password-validators"
@@ -33,9 +33,14 @@
<adm:synopsis>
The
<adm:user-friendly-name />
- is used to determine whether a proposed password is acceptable based
- on whether the given password value appears the user's entry.
+ 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.
</adm:synopsis>
+ <adm:description>
+ It can be configured to look
+ in all attributes or in a specified subset of attributes.
+ </adm:description>
<adm:profile name="ldap">
<ldap:object-class>
<ldap:name>ds-cfg-attribute-value-password-validator</ldap:name>
@@ -51,15 +56,13 @@
</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