About OpenDJ LDAP SDK Examples

This module contains example LDAP applications implemented using the OpenDJ LDAP SDK:

  • LDAP search - illustrates how to perform an LDAP search operation using the synchronous APIs
  • LDAP asynchronous search - illustrates how to perform an LDAP search operation using the asynchronous APIs
  • LDAP modify - illustrates how to perform an LDAP modify operation using the synchronous APIs
  • LDAP server - illustrates how to implement a very simple LDAP server
  • LDAP proxy - illustrates how to implement a very simple LDAP proxy
  • LDAP bind - illustrates how to bind to an LDAP server
  • LDAP SASL bind - illustrates how to implement a SASL PLAIN bind to an LDAP server
  • Read LDAP schema - illustrates how to read and verify an LDAP server's schema
  • Read Root DSE - illustrates how to read an LDAP server's capabilities and schema

Get the OpenDJ LDAP SDK Examples

You can get the OpenDJ LDAP SDK examples using any of the following methods:

Download

The easiest way to download the OpenDJ LDAP SDK Examples and all of its dependencies is to get the latest version from our repository .

Build

For the DIY enthusiasts you can build it yourself by checking out the latest code using Subversion and building it with Maven 3.