From 933f4e69ae4a7792e5044d481fcf77ca8142135c Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 21 May 2004 20:05:16 +0000 Subject: [PATCH] Mr ldap_simple_bind_s() bug, with three votes, you are the weakest link, goodbye. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103722 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index fedc7cabd3..7650cb1612 100644 --- a/CHANGES +++ b/CHANGES @@ -390,6 +390,12 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) mod_ldap calls ldap_simple_bind_s() to validate the user + credentials. If the bind fails, the connection is left + in an unbound state. Make sure that the ldap connection + record is updated to show that the connection is no longer + bound. [Brad Nicholes] + *) Ensure that lines in the request which are too long are properly terminated before logging. [Tsurutani Naoki ] -- 2.50.1