From 81e8dbc2aae0aa7326655c1704a76d0830f6c81f Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Fri, 08 Feb 2008 16:39:49 +0000
Subject: [PATCH] - Issue #2004 (automatically generate HTML configuration guide)   Implementation of the Brian's mock-up   2 Configuration Reference are now generated in build/docgen:   - one without the LDAP mapping   - one with the LDAP mapping - Fix for Issue #2912 ("core" category should be "core server")

---
 opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
index 8187820..dbe7b40 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/RootConfiguration.xml
@@ -466,7 +466,7 @@
   <adm:tag-definition name="security">
     <adm:synopsis>Authentication and authorization</adm:synopsis>
   </adm:tag-definition>
-  <adm:tag-definition name="core">
+  <adm:tag-definition name="core-server">
     <adm:synopsis>Core server</adm:synopsis>
   </adm:tag-definition>
 </adm:root-managed-object>

--
Gitblit v1.10.0