You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/08 23:05:00 UTC

svn commit: r1358837 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml

Author: humbedooh
Date: Sun Jul  8 21:05:00 2012
New Revision: 1358837

URL: http://svn.apache.org/viewvc?rev=1358837&view=rev
Log:
Fix whitespace issue in links.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml?rev=1358837&r1=1358836&r2=1358837&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_ldap.xml Sun Jul  8 21:05:00 2012
@@ -200,12 +200,13 @@ LDAPOpCacheTTL 600
 <section id="usingssltls"><title>Using SSL/TLS</title>
 
     <p>The ability to create an SSL and TLS connections to an LDAP server
-    is defined by the directives <directive module="mod_ldap">
-    LDAPTrustedGlobalCert</directive>, <directive module="mod_ldap">
-    LDAPTrustedClientCert</directive> and <directive module="mod_ldap">
-    LDAPTrustedMode</directive>. These directives specify the CA and
-    optional client certificates to be used, as well as the type of
-    encryption to be used on the connection (none, SSL or TLS/STARTTLS).</p>
+    is defined by the directives 
+    <directive module="mod_ldap">LDAPTrustedGlobalCert</directive>, 
+    <directive module="mod_ldap">LDAPTrustedClientCert</directive>
+     and <directive module="mod_ldap">LDAPTrustedMode</directive>. 
+    These directives specify the CA and optional client certificates to be used, 
+    as well as the type of encryption to be used on the connection (none, SSL or 
+    TLS/STARTTLS).</p>
 
     <highlight language="config">
 # Establish an SSL LDAP connection on port 636. Requires that