]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Document r1885939 and r1885940
authorRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2021 08:20:37 +0000 (08:20 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2021 08:20:37 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885941 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/no_empty_bind_password.txt [new file with mode: 0644]

diff --git a/changes-entries/no_empty_bind_password.txt b/changes-entries/no_empty_bind_password.txt
new file mode 100644 (file)
index 0000000..4e5b144
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mod_authnz_ldap: Prevent authentications with empty passwords for the
+     initial bind to fail with status 500. [Ruediger Pluem]