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

Mark Craig
22.33.2011 6f41b23f8b078707ab5e2fb01ba534e6bcd96e20
Mention additional examples
1 files modified
10 ■■■■■ changed files
opendj3/opendj-ldap-sdk-examples/src/site/xdoc/index.xml 10 ●●●●● patch | view | raw | blame | history
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">