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-referrals.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml b/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml
index 00de03a..76832ce 100644
--- a/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml
+++ b/opendj3/src/main/docbkx/admin-guide/chap-referrals.xml
@@ -78,7 +78,7 @@
 add: ref
 ref: ldap://opendj.example.com:2389/ou=People,dc=example,dc=com
 
-$ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -f referral.ldif 
+$ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -f referral.ldif
 Processing MODIFY request for ou=People,dc=example,dc=com
 MODIFY operation successful for DN ou=People,dc=example,dc=com</screen>
 
@@ -115,7 +115,11 @@
 A referral entry ou=People,dc=example,dc=com indicates that the operation must
 be processed at a different server
 [ldap://opendj.example.com:2389/ou=People,dc=example,dc=com]
-$ ldapmodify -p 1389 -D "cn=Directory Manager" -w password -J ManageDSAIT
+$ ldapmodify
+ -p 1389
+ -D "cn=Directory Manager"
+ -w password
+ -J ManageDSAIT
  -f people.ldif 
 Processing MODIFY request for ou=People,dc=example,dc=com
 MODIFY operation successful for DN ou=People,dc=example,dc=com

--
Gitblit v1.10.0