From ac0fff0636de505ec428dd37a25ab440f11bb416 Mon Sep 17 00:00:00 2001
From: Mark <mark.craig@forgerock.com>
Date: Tue, 01 Sep 2015 14:27:29 +0000
Subject: [PATCH] Merge pull request #6 in OPENDJ/opendj from ~MARK/opendj:bugfix/OPENDJ-2255 to master

---
 docs/src/main/docbkx/admin-guide/chap-schema.xml |   36 ++++++++++++++++++++++++++++++------
 1 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/docs/src/main/docbkx/admin-guide/chap-schema.xml b/docs/src/main/docbkx/admin-guide/chap-schema.xml
index 052e38b..bad6067 100644
--- a/docs/src/main/docbkx/admin-guide/chap-schema.xml
+++ b/docs/src/main/docbkx/admin-guide/chap-schema.xml
@@ -31,7 +31,35 @@
          xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <title>Managing Schema</title>
  <indexterm><primary>Schema</primary></indexterm>
- 
+
+ <itemizedlist>
+  <para>
+   This chapter describes how to manage
+   Lightweight Directory Access Protocol (LDAP) schema definitions for directory data.
+   In this chapter you will learn to:
+  </para>
+
+  <listitem>
+   <para>
+    Understand LDAP schemas including the schema definitions delivered
+    with OpenDJ directory server
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Change and extend OpenDJ LDAP schemas
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Relax schema checking when troubleshooting data
+    that do not conform to schema definitions
+   </para>
+  </listitem>
+ </itemizedlist>
+
  <para>Schema definitions describe the data, and especially the object classes
  and attribute types that can be stored in the directory. By default OpenDJ
  conforms strictly to LDAPv3 standards pertaining to schema definitions and
@@ -44,11 +72,7 @@
  In addition you can update and extend schema definitions while OpenDJ
  is online. As a result you can add new applications requiring additional
  data without stopping your directory service.</para>
- 
- <para>This chapter demonstrates how to change and to extend OpenDJ schema.
- This chapter also identifies the standard schema definitions available when
- you install OpenDJ.</para>
- 
+
  <section xml:id="about-schema">
   <title>About Directory Schema</title>
   

--
Gitblit v1.10.0