From 71c986adf196ba33b1835b666cc8d1b45902b2e9 Mon Sep 17 00:00:00 2001
From: lfrost <lfrost@localhost>
Date: Tue, 29 Jan 2008 10:37:26 +0000
Subject: [PATCH] Doc changes to Network Groups and Password Configuration docs and some copyright changes. Thanks to Daniel & Matt for the review.
---
opends/src/admin/defn/org/opends/server/admin/std/PasswordGeneratorConfiguration.xml | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 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 812da73..19672f0 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
@@ -23,7 +23,7 @@
! CDDL HEADER END
!
!
- ! Portions Copyright 2007 Sun Microsystems, Inc.
+ ! Portions Copyright 2007-2008 Sun Microsystems, Inc.
! -->
<adm:managed-object name="password-generator"
plural-name="password-generators"
@@ -36,6 +36,14 @@
are used by the password modify extended operation to construct a
new password for the user.
</adm:synopsis>
+ <adm:description>
+ The server allows any number of password validators to be defined.
+ This can impose any kinds of restrictions on the characteristics
+ of valid passwords. Therefore, it is not feasible for the server
+ to attempt to generate a password on its own that will meet all
+ the requirements of all the validators. The password generator
+ makes it possible to provide custom logic for creating a new password.
+ </adm:description>
<adm:tag name="user-management" />
<adm:profile name="ldap">
<ldap:object-class>
@@ -48,7 +56,7 @@
</adm:profile>
<adm:property name="enabled" mandatory="true">
<adm:synopsis>
- Indicate whether the
+ Indicates whether the
<adm:user-friendly-name />
is enabled for use.
</adm:synopsis>
@@ -63,7 +71,7 @@
</adm:property>
<adm:property name="java-class" mandatory="true">
<adm:synopsis>
- The fully-qualified name of the Java class that provides the
+ Specifies the fully-qualified name of the Java class that provides the
<adm:user-friendly-name />
implementation.
</adm:synopsis>
--
Gitblit v1.10.0