From f4dd34d24c22926b76da6f6e1d9f4c471ec2b2da Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 17:30:23 +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/PasswordPolicyImportPluginConfiguration.xml |   33 ++++++++++++++-------------------
 1 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
index 30a9461..6e7c235 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml
@@ -31,9 +31,8 @@
   xmlns:adm="http://www.opends.org/admin"
   xmlns:ldap="http://www.opends.org/admin-ldap">
   <adm:synopsis>
-    The
-    <adm:user-friendly-name />
-    is used to ensure that clear-text passwords contained in LDIF
+    The Password Policy Import plug-in
+    ensures that clear-text passwords contained in LDIF
     entries are properly encoded before they are stored in the
     appropriate Directory Server backend.
   </adm:synopsis>
@@ -69,19 +68,19 @@
   <adm:property name="default-user-password-storage-scheme"
     multi-valued="true">
     <adm:synopsis>
-      Specifies the names of the password storage schemes that will be
+      Specifies the names of the password storage schemes to be
       used for encoding passwords contained in attributes with the user
       password syntax for entries that do not include the
-      ds-pwp-password-policy-dn attribute to specify which password
-      policy should be used to govern them.
+      ds-pwp-password-policy-dn attribute specifying which password
+      policy is to be used to govern them.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:alias>
         <adm:synopsis>
           If the default password policy uses the attribute with the
-          user password syntax, then the server will use the default
+          user password syntax, then the server uses the default
           password storage schemes for that password policy. Otherwise,
-          it will encode user password values using the "SSHA" scheme.
+          it encodes user password values using the "SSHA" scheme.
         </adm:synopsis>
       </adm:alias>
     </adm:default-behavior>
@@ -91,9 +90,7 @@
         <adm:constraint>
           <adm:synopsis>
             The referenced password storage schemes must be enabled when
-            the
-            <adm:user-friendly-name />
-            is enabled.
+            the Password Policy Import plug-in is enabled.
           </adm:synopsis>
           <adm:target-needs-enabling-condition>
             <adm:contains property="enabled" value="true" />
@@ -115,19 +112,19 @@
   <adm:property name="default-auth-password-storage-scheme"
     multi-valued="true">
     <adm:synopsis>
-      Specifies the names of password storage schemes that will be used
+      Specifies the names of password storage schemes that to be used
       for encoding passwords contained in attributes with the auth
       password syntax for entries that do not include the
-      ds-pwp-password-policy-dn attribute to specify which password
+      ds-pwp-password-policy-dn attribute specifying which password
       policy should be used to govern them.
     </adm:synopsis>
     <adm:default-behavior>
       <adm:alias>
         <adm:synopsis>
           If the default password policy uses an attribute with the auth
-          password syntax, then the server will use the default password
-          storage schemes for that password policy. Otherwise, it will
-          encode auth password values using the "SHA1" scheme.
+          password syntax, then the server uses the default password
+          storage schemes for that password policy. Otherwise, it 
+          encodes auth password values using the "SHA1" scheme.
         </adm:synopsis>
       </adm:alias>
     </adm:default-behavior>
@@ -137,9 +134,7 @@
         <adm:constraint>
           <adm:synopsis>
             The referenced password storage schemes must be enabled when
-            the
-            <adm:user-friendly-name />
-            is enabled.
+            the Password Policy Import plug-in is enabled.
           </adm:synopsis>
           <adm:target-needs-enabling-condition>
             <adm:contains property="enabled" value="true" />

--
Gitblit v1.10.0