Commit 8da41ce0 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

Fix whitespace issue in links.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1358839 13f79535-47bb-0310-9956-ffa450edef68
parent d94ea497
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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>