Tutorial LDAP (by Didier Donsez)

You can read my course (in French) before http://www-adele.imag.fr/~donsez/cours/directory.pdf.

1) Installation

Download and Install JXPlorer (from http://pegacat.com/jxplorer/)
Install Apache Directory (Maven2 is required) (from http://directory.apache.org/)

2) Launch the server

java -jar apacheds-main-%APACHEDS_VERSION%.jar main\server.xml

3) Launch the explorer

The default connection configuration for admin user is:

4) Add a new user

Import the newuser.ldif with the explorer
The result is:

JXplorer

5) Query the directory

Find entries which match with "cn=John*"

TBC