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/SevenBitCleanPluginConfiguration.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/SevenBitCleanPluginConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/SevenBitCleanPluginConfiguration.xml
index 262d12b..2ef7b42 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/SevenBitCleanPluginConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/SevenBitCleanPluginConfiguration.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="seven-bit-clean-plugin"
   plural-name="seven-bit-clean-plugins"
@@ -31,18 +31,18 @@
   xmlns:adm="http://www.opends.org/admin"
   xmlns:ldap="http://www.opends.org/admin-ldap">
   <adm:synopsis>
-    The
+    The 
     <adm:user-friendly-name />
-    may be used to ensure that values for a specified set of attributes
+    ensures that values for a specified set of attributes
     are 7-bit clean.
   </adm:synopsis>
   <adm:description>
     That is, for those attributes, the values are not allowed to contain
     any bytes having the high-order bit set, which is used to indicate
-    the presence of non-ASCII characters. Some applications may not
+    the presence of non-ASCII characters. Some applications do not
     properly handle attribute values that contain non-ASCII characters,
-    and this plugin may help ensure that attributes used by those
-    applications do not contain characters which may cause problems in
+    and this plug-in can help ensure that attributes used by those
+    applications do not contain characters that can cause problems in
     those applications.
   </adm:description>
   <adm:profile name="ldap">
@@ -94,7 +94,7 @@
   </adm:property>
   <adm:property name="base-dn" multi-valued="true">
     <adm:synopsis>
-      Specifies the base DN below which the checking will be performed.
+      Specifies the base DN below which the checking is performed.
     </adm:synopsis>
     <adm:description>
       Any attempt to update a value for one of the configured attributes

--
Gitblit v1.10.0