]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Sun, 8 Jul 2012 21:14:04 +0000 (21:14 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sun, 8 Jul 2012 21:14:04 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358840 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.html.en

index 09e99e7c2f2049af7fee8159c0385fc6d9d456b8..a2c8e8b766566a4be40c7a92f0a59337b508a8b4 100644 (file)
@@ -213,10 +213,11 @@ by other LDAP modules</td></tr>
 <h2><a name="usingssltls" id="usingssltls">Using SSL/TLS</a></h2>
 
     <p>The ability to create an SSL and TLS connections to an LDAP server 
-    is defined by the directives <code class="directive"><a href="#&#10;    ldaptrustedglobalcert">
-    LDAPTrustedGlobalCert</a></code>, <code class="directive"><a href="#&#10;    ldaptrustedclientcert">
-    LDAPTrustedClientCert</a></code> and <code class="directive"><a href="#&#10;    ldaptrustedmode">
-    LDAPTrustedMode</a></code>. These directives specify the CA and
+    is defined by the directives 
+    <code class="directive"><a href="#ldaptrustedglobalcert">LDAPTrustedGlobalCert</a></code>, 
+    <code class="directive"><a href="#ldaptrustedclientcert">LDAPTrustedClientCert</a></code> and 
+    <code class="directive"><a href="#ldaptrustedmode">LDAPTrustedMode</a></code>. 
+    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>