From 7d04246d7670cea92eb1031dffbaae49a390e2ca Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 19 Apr 2012 12:37:07 +0000
Subject: [PATCH] You don't have to specify LDAPv3. (You could handle them as a middleman using RequestHandler.handleBind() but that's way out of scope for this chapter.)

---
 opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml b/opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml
index fc8095a..33f1e58 100644
--- a/opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml
+++ b/opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011 ForgeRock AS
+  !      Copyright 2011-2012 ForgeRock AS
   !    
 -->
 <chapter xml:id='chap-best-practices'
@@ -34,11 +34,6 @@
  <para>Follow the advice in this chapter to write effective, maintainable,
  high performance directory client applications.</para>
 
- <section xml:id="specify-ldapv3">
-  <title>Specify LDAPv3</title>
-  <para>TODO</para>
- </section>
- 
  <section xml:id="authenticate-correctly">
   <title>Authenticate Correctly</title>
   <para>TODO</para>

--
Gitblit v1.10.0