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/PasswordStorageSchemeConfiguration.xml |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.xml
index b79f9ab..f5eb5e5 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PasswordStorageSchemeConfiguration.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-storage-scheme"
   plural-name="password-storage-schemes"
@@ -32,9 +32,16 @@
   xmlns:ldap="http://www.opends.org/admin-ldap"
   xmlns:cli="http://www.opends.org/admin-cli">
   <adm:synopsis>
-    <adm:user-friendly-name />
-    defines a module that implements a password storage scheme.
+    <adm:user-friendly-plural-name />
+    encode new passwords provided by users so that they are stored in an 
+    encoded manner. This makes it difficult or impossible for someone to 
+    determine the clear-text passwords from the encoded values.
   </adm:synopsis>
+  <adm:description>
+    <adm:user-friendly-plural-name /> 
+    also determine whether a clear-text password provided by a client 
+    matches the encoded value stored in the server.
+  </adm:description>
   <adm:tag name="user-management" />
   <adm:profile name="ldap">
     <ldap:object-class>
@@ -47,7 +54,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>
@@ -62,7 +69,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