From 3200e5b2926c84a7109865fdf8f6401273575b87 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Sat, 14 Dec 2002 00:13:52 +0000 Subject: [PATCH] mod_auth_ldap patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97911 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 1d256f27ac..e5fc359643 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,13 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Added character set support to mod_auth_LDAP to allow it to + convert extended characters used in the user ID to UTF-8 + before authenticating against the LDAP directory. The new + directive AuthLDAPCharsetConfig is used to specify the config + file that contains the character set conversion table. + [Brad Nicholes] + *) Fix a bug where we leak fd's until the end of a keepalive connection, which may result in: (24)Too many open files: file permissions deny server access -- 2.40.0