From: Bradley Nicholes Date: Wed, 11 May 2005 22:58:37 +0000 (+0000) Subject: Add the LDAPVerifyServerCert directive to the util_ldap doc X-Git-Tag: 2.1.5~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=483a8abf7b7dc5130e620750722f27697bb8cd37;p=apache Add the LDAPVerifyServerCert directive to the util_ldap doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@169711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ca7ef8c3d7..3b7b1b84e5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,13 +2,14 @@ Changes with Apache 2.1.5 [Remove entries to the current 2.0 section below, when backported] + *) mod_ldap: Add the directive LDAPVerifyServerCert to specify + whether to force verification of the server certificate when + establishing an SSL connection to the LDAP server. + [Brad Nicholes] + *) mod_proxy: Run mod_rewrite before mod_proxy in the translate_name hook. [Paul Querna] - *) mod_authnz_ldap: Add the directive AuthLDAPAllowDNAuth to allow - a user to authenticate against an LDAP directory using a full - user DN. [Brad Nicholes] - *) Add AP_INIT_TAKE_ARGV for configuration commands. (minor MMN bump) [Paul Querna] diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index d60815be4f..f0d3fde797 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -581,4 +581,18 @@ connection client certificates. + +LDAPVerifyServerCert +Force server certificate verification +LDAPVerifyServerCert On|Off +LDAPVerifyServerCert On +server config + + +

Specifies whether to force the verification of a + server certificate when establishing an SSL connection to the + LDAP server.

+
+
+