
humbedooh at apache
Jul 8, 2012, 2:14 PM
Views: 27
Permalink
|
|
svn commit: r1358840 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en
|
|
Author: humbedooh Date: Sun Jul 8 21:14:04 2012 New Revision: 1358840 URL: http://svn.apache.org/viewvc?rev=1358840&view=rev Log: xforms Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en?rev=1358840&r1=1358839&r2=1358840&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ldap.html.en Sun Jul 8 21:14:04 2012 @@ -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="# 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 + 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>
|