LDAP Linux HOWTO
Prev Chapter 4. Running the LDAP Server Next

4.2. Starting the LDAP Server

In general, slapd is run like this:

/usr/local/etc/libexec/slapd [<option>]*

Where /usr/local/etc/libexec is determined by configure and <option> is one of the options described above (or in slapd(8)). Unless you have specified a debugging level (including level 0), slapd will automatically fork and detach itself from its controlling terminal and run in the background.


Prev Home Next
Command Line Options Up Killing the LDAP Server