From 47ea9d61eafd9889392a0e89a15dfd7c6f39ac96 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 26 Apr 2012 13:57:11 +0000
Subject: [PATCH] Forgot to mention one of the examples

---
 opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm b/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm
index 2df7267..412ee74 100644
--- a/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml.vm
@@ -73,6 +73,10 @@
           <a href="xref/org/forgerock/opendj/examples/GetInfo.html">Read Root DSE</a>
           - illustrates how to read an LDAP server's capabilities and schema
         </li>
+        <li>
+          <a href="xref/org/forgerock/opendj/examples/SearchBind.html">Search &amp; bind</a>
+          - illustrates how to authenticate given a mail address and a password
+        </li>
       </ul>
     </section>
     <section name="Get the OpenDJ LDAP SDK Examples">

--
Gitblit v1.10.0