]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Another backport
authorGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 03:16:31 +0000 (03:16 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 03:16:31 +0000 (03:16 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index be156b25f2f90874b214c049694e99d09e87f134..378237a5f16384e5acd5ee9df0f413bedab00cc7 100644 (file)
--- 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