From: Graham Leggett Date: Fri, 21 May 2004 03:16:31 +0000 (+0000) Subject: Another backport X-Git-Tag: 2.0.50~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f29afcdedb99a3674771b0bbeb24011be14cfbd;p=thirdparty%2Fapache%2Fhttpd.git Another backport PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index be156b25f2f..378237a5f16 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/21 01:14:09 $] +Last modified at [$Date: 2004/05/21 03:16:31 $] Release: @@ -72,6 +72,16 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Quotes cannot be used around require group and require dn + directives, update the documentation to reflect this. Also add + quotes around the dn and group within debug messages, to make it + more obvious why authentication is failing if quotes are used in + error. + docs/manual/mod/mod_auth_ldap.xml r1.18 + modules/experimental/mod_auth_ldap.c r1.27 + PR 19304 + +1: minfrin + *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap from escaping filters twice when the backslash character is used. modules/experimental/mod_auth_ldap.c r1.25