diff options
author | Eric Covener <covener@apache.org> | 2013-10-01 18:41:37 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2013-10-01 18:41:37 +0200 |
commit | 650526b07ab350615ac2071066a2fc73813c3758 (patch) | |
tree | 86d59707f5c50fa9945aca375473cb55475a5303 /CHANGES | |
parent | in 2.4.x (diff) | |
download | apache2-650526b07ab350615ac2071066a2fc73813c3758.tar.xz apache2-650526b07ab350615ac2071066a2fc73813c3758.zip |
Don't use a hardcoded cn=* in case the subgroup has no CN.
Submitted By: David Hawes <dhawes vt.edu>
Committed By: Eric Covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1528143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_ldap: When looking up sub-groups, use an implicit objectClass=* + instead of an explicit cn=* filter. [David Hawes <dhawes vt.edu>] + *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by allowing custom parameters to be configured via SSLCertificateFile, and by adding standardized DH parameters for 1024/2048/3072/4096 bits. |