[deployment-guide: 32/185] Updated the "Additional Resources" section.

Jaromir Hradilek jhradile at fedoraproject.org
Sun May 15 21:12:41 UTC 2011


commit b8dfde7471f41f45cc94dbb0d2d0ea2a4e818792
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jan 21 17:15:59 2011 +0100

    Updated the "Additional Resources" section.

 .../Lightweight_Directory_Access_Protocol_LDAP.xml |  239 +++++++++++---------
 1 files changed, 128 insertions(+), 111 deletions(-)
---
diff --git a/en-US/Lightweight_Directory_Access_Protocol_LDAP.xml b/en-US/Lightweight_Directory_Access_Protocol_LDAP.xml
index 864400b..7ea6d93 100644
--- a/en-US/Lightweight_Directory_Access_Protocol_LDAP.xml
+++ b/en-US/Lightweight_Directory_Access_Protocol_LDAP.xml
@@ -76,32 +76,32 @@
       <itemizedlist>
         <listitem>
           <para>
-            <emphasis>LDAPv3 Support</emphasis> — Many of the changes in the protocol since LDAP version 2 are designed to make LDAP more secure. Among other improvements, this includes the support for Simple Authentication and Security Layer (<acronym>SASL</acronym>), Transport Layer Security (<acronym>TLS</acronym>), and Secure Sockets Layer (<acronym>SSL</acronym>) protocols.
+            <emphasis>LDAPv3 Support</emphasis> &#8212; Many of the changes in the protocol since LDAP version 2 are designed to make LDAP more secure. Among other improvements, this includes the support for Simple Authentication and Security Layer (<acronym>SASL</acronym>), Transport Layer Security (<acronym>TLS</acronym>), and Secure Sockets Layer (<acronym>SSL</acronym>) protocols.
           </para>
         </listitem>
         <listitem>
           <para>
-            <emphasis>LDAP Over IPC</emphasis> — The use of inter-process communication (<acronym>IPC</acronym>) enhances security by eliminating the need to communicate over a network.
+            <emphasis>LDAP Over IPC</emphasis> &#8212; The use of inter-process communication (<acronym>IPC</acronym>) enhances security by eliminating the need to communicate over a network.
           </para>
         </listitem>
         <listitem>
           <para>
-            <emphasis>IPv6 Support</emphasis> — OpenLDAP is compiant with Internet Protocol version 6 (<acronym>IPv6</acronym>), the next generation of the Internet Protocol.
+            <emphasis>IPv6 Support</emphasis> &#8212; OpenLDAP is compiant with Internet Protocol version 6 (<acronym>IPv6</acronym>), the next generation of the Internet Protocol.
           </para>
         </listitem>
         <listitem>
           <para>
-            <emphasis>LDIFv1 Support</emphasis> — OpenLDAP is fully compliant with LDIF version 1.
+            <emphasis>LDIFv1 Support</emphasis> &#8212; OpenLDAP is fully compliant with LDIF version 1.
           </para>
         </listitem>
         <listitem>
           <para>
-            <emphasis>Updated C API</emphasis> — The current C API improves the way programmers can connect to and use LDAP directory servers.
+            <emphasis>Updated C API</emphasis> &#8212; The current C API improves the way programmers can connect to and use LDAP directory servers.
           </para>
         </listitem>
         <listitem>
           <para>
-            <emphasis>Enhanced Standalone LDAP Server</emphasis> — This includes an updated access control system, thread pooling, better tools, and much more.
+            <emphasis>Enhanced Standalone LDAP Server</emphasis> &#8212; This includes an updated access control system, thread pooling, better tools, and much more.
           </para>
         </listitem>
       </itemizedlist>
@@ -1095,122 +1095,139 @@ $DEFAULT_BASE = "dc=example,dc=com";</screen>
   <section id="s1-ldap-resources">
     <title>Additional Resources</title>
     <para>
-      The following resources offer additional information on the Lightweight Directory Access Protocol. Before configuring LDAP on your system, it is highly recommended that you review these resources, especially the OpenLDAP website and the LDAP HOWTO.
+      The following resources offer additional information on the Lightweight Directory Access Protocol. Before configuring LDAP on your system, it is highly recommended that you review these resources, especially the <citetitle pubwork="book">OpenLDAP Software Administrator's Guide</citetitle>.
     </para>
     <section id="s2-ldap-installed-docs">
       <title>Installed Documentation</title>
-      <itemizedlist>
-        <listitem>
-          <para>
-            <filename>/usr/share/docs/openldap-<replaceable>&lt;versionnumber&gt;</replaceable>/</filename> directory — Contains a general <filename>README</filename> document and miscellaneous information.
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            LDAP related man pages — There are a number of man pages for the various applications and configuration files involved with LDAP. The following is a list of some of the more important man pages.
-          </para>
-          <variablelist>
-            <varlistentry>
-              <term>Client Applications</term>
+      <para>
+        The following documentation is installed with the <package>openldap-servers</package> package:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><filename>/usr/share/doc/openldap-servers-<replaceable>version</replaceable>/guide.html</filename></term>
+          <listitem>
+            <para>
+              A copy of the <citetitle pubwork="book">OpenLDAP Software Administrator's Guide</citetitle>.
+            </para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><filename>/usr/share/doc/openldap-servers-<replaceable>version</replaceable>/README.schema</filename></term>
+          <listitem>
+            <para>
+              A README file containing the description of installed schema files.
+            </para>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+       Additionally, there is also a number of manual pages that are installed with the <package>openldap</package>, <package>openldap-servers</package>, and <package>openldap-clients</package> packages:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term>Client Applications</term>
+          <listitem>
+            <itemizedlist>
               <listitem>
-                <itemizedlist>
-                  <listitem>
-                    <para>
-                      <command>man ldapadd</command> — Describes how to add entries to an LDAP directory.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapdelete</command> — Describes how to delete entries within an LDAP directory.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapmodify</command> — Describes how to modify entries within an LDAP directory.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapsearch</command> — Describes how to search for entries within an LDAP directory.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldappasswd</command> — Describes how to set or change the password of an LDAP user.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapcompare</command> — Describes how to use the <command>ldapcompare</command> tool.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapwhoami</command> — Describes how to use the <command>ldapwhoami</command> tool.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man ldapmodrdn</command> — Describes how to modify the RDNs of entries.
-                    </para>
-                  </listitem>
-                </itemizedlist>
+                <para>
+                  <command>man ldapadd</command> &#8212; Describes how to add entries to an LDAP directory.
+                </para>
               </listitem>
-            </varlistentry>
-            <varlistentry>
-              <term>Server Applications</term>
               <listitem>
-                <itemizedlist>
-                  <listitem>
-                    <para>
-                      <command>man slapd</command> — Describes command line options for the LDAP server.
-                    </para>
-                  </listitem>
-                </itemizedlist>
+                <para>
+                  <command>man ldapdelete</command> &#8212; Describes how to delete entries within an LDAP directory.
+                </para>
               </listitem>
-            </varlistentry>
-            <varlistentry>
-              <term>Administrative Applications</term>
               <listitem>
-                <itemizedlist>
-                  <listitem>
-                    <para>
-                      <command>man slapadd</command> — Describes command line options used to add entries to a <command>slapd</command> database.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man slapcat</command> — Describes command line options used to generate an LDIF file from a <command>slapd</command> database.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man slapindex</command> — Describes command line options used to regenerate an index based upon the contents of a <command>slapd</command> database.
-                    </para>
-                  </listitem>
-                  <listitem>
-                    <para>
-                      <command>man slappasswd</command> — Describes command line options used to generate user passwords for LDAP directories.
-                    </para>
-                  </listitem>
-                </itemizedlist>
+                <para>
+                  <command>man ldapmodify</command> &#8212; Describes how to modify entries within an LDAP directory.
+                </para>
               </listitem>
-            </varlistentry>
-            <varlistentry>
-              <term>Configuration Files</term>
               <listitem>
-                <itemizedlist>
-                  <listitem>
-                    <para>
-                      <command>man ldap.conf</command> — Describes the format and options available within the configuration file for LDAP clients.
-                    </para>
-                  </listitem>
-                </itemizedlist>
+                <para>
+                  <command>man ldapsearch</command> &#8212; Describes how to search for entries within an LDAP directory.
+                </para>
               </listitem>
-            </varlistentry>
-          </variablelist>
-        </listitem>
-      </itemizedlist>
+              <listitem>
+                <para>
+                  <command>man ldappasswd</command> &#8212; Describes how to set or change the password of an LDAP user.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man ldapcompare</command> &#8212; Describes how to use the <command>ldapcompare</command> tool.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man ldapwhoami</command> &#8212; Describes how to use the <command>ldapwhoami</command> tool.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man ldapmodrdn</command> &#8212; Describes how to modify the RDNs of entries.
+                </para>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>Server Applications</term>
+          <listitem>
+            <itemizedlist>
+              <listitem>
+                <para>
+                  <command>man slapd</command> &#8212; Describes command line options for the LDAP server.
+                </para>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>Administrative Applications</term>
+          <listitem>
+            <itemizedlist>
+              <listitem>
+                <para>
+                  <command>man slapadd</command> &#8212; Describes command line options used to add entries to a <command>slapd</command> database.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man slapcat</command> &#8212; Describes command line options used to generate an LDIF file from a <command>slapd</command> database.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man slapindex</command> &#8212; Describes command line options used to regenerate an index based upon the contents of a <command>slapd</command> database.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man slappasswd</command> &#8212; Describes command line options used to generate user passwords for LDAP directories.
+                </para>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term>Configuration Files</term>
+          <listitem>
+            <itemizedlist>
+              <listitem>
+                <para>
+                  <command>man ldap.conf</command> &#8212; Describes the format and options available within the configuration file for LDAP clients.
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  <command>man slapd-config</command> &#8212; Describes the format and options available within the configuration directory.
+                </para>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+      </variablelist>
     </section>
     <section id="s2-ldap-additional-resources-web">
       <title>Useful Websites</title>


More information about the docs-commits mailing list