]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix whitespace issue in links.
authorDaniel Gruno <humbedooh@apache.org>
Sun, 8 Jul 2012 21:12:35 +0000 (21:12 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 8 Jul 2012 21:12:35 +0000 (21:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358839 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index df9825da87f9167a07b7a3a72ad9df6baa0dfc0b..cac4b3808f6abba76c9c4a418a2c03198ac63b46 100644 (file)
@@ -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>