[deployment-guide/comm-rel: 121/727] Added the /etc/sysconfig/ldap section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:34:23 UTC 2010


commit a592cd50671ba865037a8ad98bbf8b2b2f2a1b1c
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Thu Jul 22 19:13:16 2010 +0200

    Added the /etc/sysconfig/ldap section.

 en-US/The_sysconfig_Directory.xml |   87 +++++++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 670f567..dc2394a 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -862,6 +862,93 @@
         </varlistentry>
       </variablelist>
     </section>
+    <section id="s2-sysconfig-ldap">
+      <title><filename>/etc/sysconfig/ldap</filename></title>
+      <indexterm>
+        <primary><filename class="directory">sysconfig</filename> directory</primary>
+        <secondary><filename>/etc/sysconfig/ldap</filename></secondary>
+      </indexterm>
+      <para>
+        The <filename>/etc/sysconfig/ldap</filename> file holds the basic configuration for the LDAP server. By default, it contains the following options:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>SLAPD_OPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>slapd</command> daemon. For example:
+            </para>
+            <screen>SLAPD_OPTIONS="-4"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLURPD_OPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to the <command>slurpd</command> daemon. For example:
+            </para>
+            <screen>SLURPD_OPTIONS=""</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_LDAP=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) using the LDAP over TCP (that is, <systemitem>ldap:///</systemitem>). For example:
+            </para>
+            <screen>SLAPD_LDAP="yes"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_LDAPI=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) using the LDAP over IPC (that is, <systemitem>ldapi:///</systemitem>). For example:
+            </para>
+            <screen>SLAPD_LDAPI="no"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_LDAPS=<replaceable>boolean</replaceable></option></term>
+          <listitem>
+            <para>
+              A boolean to enable (<option>yes</option>) or disable (<option>no</option>) using the LDAP over TLS (that is, <systemitem>ldaps:///</systemitem>). For example:
+            </para>
+            <screen>SLAPD_LDAPS="no"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_URLS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              A space-separated list of URLs. For example:
+            </para>
+            <screen>SLAPD_URLS="ldapi:///var/lib/ldap_root/ldapi ldapi:/// ldaps:///"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_SHUTDOWN_TIMEOUT=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The time to wait for <command>slapd</command> to shut down. For example:
+            </para>
+            <screen>SLAPD_SHUTDOWN_TIMEOUT=3</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SLAPD_ULIMIT_SETTINGS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The parameters to be passed to <command>ulimit</command> before the <command>slapd</command> daemon is started. For example:
+            </para>
+            <screen>SLAPD_ULIMIT_SETTINGS=""</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+        Refer to <xref linkend="ch-Lightweight_Directory_Access_Protocol_LDAP" /> for more information on LDAP and its configuration.
+      </para>
+    </section>
     <section id="s2-sysconfig-named">
       <title><filename>/etc/sysconfig/named</filename></title>
       <indexterm>


More information about the docs-commits mailing list