glfs/server/other/openldap/openldap-config.xml
Bruce Dubbs 97c2592396 Adding ldap files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@639 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-01 06:42:31 +00:00

12 lines
486 B
XML

<sect2>
<title>Configuring OpenLDAP</title>
<para>The only configuration needed for ldap is to run <userinput>ldconfig</userinput>.
The LDAP server can be started by <userinput>/usr/sbin/slapd</userinput> as described in
the man page slapd(8). </para>
<para>Data can be added to the LDAP database via ldapadd. Other programs that can
use the database include ldapsearch, ldapmodify, ldapdelete, and ldappasswd. For
more information see the appropriate man page.</para>
</sect2>