mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
19.37.2012 7d04246d7670cea92eb1031dffbaae49a390e2ca
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.)
1 files modified
7 ■■■■ changed files
opendj3/src/main/docbkx/dev-guide/chap-best-practices.xml 7 ●●●● patch | view | raw | blame | history
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>