From d0ca7bd6b99f7981ce4b783f670b82f0ff4447af Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 22 Nov 2011 16:33:54 +0000
Subject: [PATCH] Mention additional examples

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

diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml b/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml
index 659a357..04a696b 100644
--- a/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml
@@ -31,7 +31,7 @@
   </properties>
   <body>
     <section name="About OpenDJ LDAP SDK Examples">
-      <p>This module contains 5 example LDAP applications implemented using the
+      <p>This module contains example LDAP applications implemented using the
         OpenDJ LDAP SDK:</p>
       <ul>
         <li>
@@ -57,6 +57,14 @@
           <a href="xref/org/forgerock/opendj/examples/proxy/Main.html">LDAP proxy</a>
           - illustrates how to implement a very simple LDAP proxy
         </li>
+        <li>
+          <a href="xref/org/forgerock/opendj/examples/simpleauth/Main.html">LDAP bind</a>
+          - illustrates how to bind to an LDAP server
+        </li>
+        <li>
+          <a href="xref/org/forgerock/opendj/examples/saslauth/Main.html">LDAP proxy</a>
+          - illustrates how to implement a SASL PLAIN bind to an LDAP server
+        </li>
       </ul>
     </section>
     <section name="Get the OpenDJ LDAP SDK Examples">

--
Gitblit v1.10.0