glfs/server/other/openldap/openldap-config.xml

12 lines
486 B
XML
Raw Normal View History

<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>