]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove duplicate item.
authorRainer Jung <rjung@apache.org>
Wed, 15 Jan 2025 12:50:58 +0000 (12:50 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 15 Jan 2025 12:50:58 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923149 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 7df0a3715f8062f22cb97a73ac2db3f6e99f3db7..99fe523552b7eece187daf54c664be52cdcf1541 100644 (file)
--- 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]