From 5833fe40996c75adcf1e116104ffe6169c4866e6 Mon Sep 17 00:00:00 2001
From: rhaggard <rhaggard@localhost>
Date: Fri, 01 Feb 2008 18:37:01 +0000
Subject: [PATCH] Uncommitting last changes to configuration .xml files, second try

---
 opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml
index a0766e6..e6e9804 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/RootDSEBackendConfiguration.xml
@@ -32,18 +32,12 @@
   <adm:synopsis>
     The
     <adm:user-friendly-name />
-    contains the directory server root DSE.  The root DSE is the entry with the null DN (that is, a DN of "", containing 
-    zero RDN components) and exists to provide useful information about 
-    the capabilities of the server, including about the SASL mechanisms, 
-    controls, extended operations, and other types of features that the server 
-    supports.
+    contains the Directory Server root DSE.
   </adm:synopsis>
   <adm:description>
-    The OpenDS Directory Server root DSE entry contains operational 
-    attributes and are not be returned to the client unless they are 
-    explicitly requested. OpenDS also treats the root DSE as a parent to 
-    all other suffixes  and has searches below the root DSE performed in 
-    all user backends (or using a configurable set of base DNs). 
+    This is a special meta-backend that will dynamically generate the
+    root DSE entry for base-level searches, and will simply redirect to
+    other backends for operations in other scopes.
   </adm:description>
   <adm:tag name="core" />
   <adm:tag name="database" />
@@ -55,7 +49,7 @@
   </adm:profile>
   <adm:property name="subordinate-base-dn" multi-valued="true">
     <adm:synopsis>
-      Specifies the set of base DNs that is used for singleLevel,
+      Specifies the set of base DNs that will be used for singleLevel,
       wholeSubtree, and subordinateSubtree searches based at the root
       DSE.
     </adm:synopsis>
@@ -79,7 +73,7 @@
     <adm:synopsis>
       Indicates whether all attributes in the root DSE should be treated
       like user attributes (and therefore returned to clients by
-      default) regardless of the directory server schema configuration.
+      default) regardless of the Directory Server schema configuration.
     </adm:synopsis>
     <adm:syntax>
       <adm:boolean />

--
Gitblit v1.10.0