Introduction to setting up an LDAP server

Background

Depending on the source, some of the information about LDAP can be confusing or even contradictory. Part of the problem is that there is a lot of space for decisions in the implementation. In the following articles, the approach is to keep configurations as simple as possible, and progressing step by step.

LDAP servers

There are several proprietary and open/free LDAP directory servers (see the list of LDAP software on WikipediA but the two main free servers are:

The consensus is that OpenLDAP is simpler to setup (only one simple component) but lack the administration tools and the scalability of FDS. The examples in the following articles have been written using OpenLDAP.

RFC2247 vs. X500

First, read Zytrax's page about "Root Name angst". In the examples here we follow the RFC2247, i.e.: we name the base root after the internet domain.

links