Commit c9781059 authored by Daniel Gruno's avatar Daniel Gruno
Browse files

xforms

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