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:12:35 UTC

svn commit: r1358839 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml

Author: humbedooh
Date: Sun Jul  8 21:12:35 2012
New Revision: 1358839

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

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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml?rev=1358839&r1=1358838&r2=1358839&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.xml Sun Jul  8 21:12:35 2012
@@ -189,10 +189,11 @@ by other LDAP modules</description>
 <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
+    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>