From a37053aee4fdafae38054a8c3d02cac335b6bbc6 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 05 Oct 2011 14:33:42 +0000
Subject: [PATCH] http://marginnotes2.wordpress.com/2011/10/05/javascript-to-manage-wide-lines/

---
 opendj3/src/main/docbkx/admin-guide/chap-schema.xml |   28 ++++++++++++++++++++++------
 1 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-schema.xml b/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
index 4e3445a..9bc9eac 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-schema.xml
@@ -218,16 +218,26 @@
   classes defined per entry, you can relax schema checking to warn rather
   than reject entries having this issue.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+  <screen>$ dsconfig
+ -h `hostname`
+ -p 4444
+ -D "cn=Directory Manager"
+ -w password
  set-global-configuration-prop
---set single-structural-objectclass-behavior:warn -X -n</screen>
+ --set single-structural-objectclass-behavior:warn
+ -X -n</screen>
 
   <para>You can allow attribute values that do not respect the defined syntax
   with the <command>dsconfig</command> command as well.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
+  <screen>$ dsconfig
+  -h `hostname`
+  -p 4444
+  -D "cn=Directory Manager"
+  -w password
  set-global-configuration-prop
---set invalid-attribute-syntax-behavior:warn -X -n</screen>
+ --set invalid-attribute-syntax-behavior:warn
+ -X -n</screen>
 
   <para>You can even turn off schema checking altogether, although turning
   off schema checking only really makes sense when you are absolutely sure
@@ -235,8 +245,14 @@
   you simply want to turn off schema checking temporarily to speed up import
   processing.</para>
   
-  <screen>$ dsconfig -h `hostname` -p 4444 -D "cn=Directory Manager" -w password
- set-global-configuration-prop --set check-schema:false -X -n</screen>
+  <screen>$ dsconfig
+ -h `hostname`
+ -p 4444
+ -D "cn=Directory Manager"
+ -w password
+ set-global-configuration-prop
+ --set check-schema:false
+ -X -n</screen>
  </section>
 
  <section xml:id="standard-schema">

--
Gitblit v1.10.0