From: Rainer Jung Date: Wed, 15 Jan 2025 12:50:58 +0000 (+0000) Subject: Remove duplicate item. X-Git-Tag: 2.4.63-candidate~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125cfe993ba9b769f2d0af1c7fbfc74f5f8ad30c;p=thirdparty%2Fapache%2Fhttpd.git Remove duplicate item. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923149 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7df0a3715f..99fe523552 100644 --- a/CHANGES +++ b/CHANGES @@ -10,11 +10,6 @@ Changes with Apache 2.4.63 Make sure that when ldap searches are too long, we explicitly log the error. [Graham Leggett] - *) Add the ldap-search option to mod_authnz_ldap, allowing authorization - to be based on arbitrary expressions that do not include the username. - Make sure that when ldap searches are too long, we explicitly log the - error. [Graham Leggett] - *) mod_proxy: Honor parameters of ProxyPassMatch workers with substitution in the host name or port. PR 69233. [Yann Ylavic]