]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose another backport
authorGraham Leggett <minfrin@apache.org>
Sat, 22 May 2004 01:12:27 +0000 (01:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 22 May 2004 01:12:27 +0000 (01:12 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103737 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index aa5bb2241ee1e4e33b51d478d641fc8c350608cb..7105aecf520e518c595984ba52c8dfe6e90ac7d9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/22 00:12:59 $]
+Last modified at [$Date: 2004/05/22 01:12:27 $]
 
 Release:
 
@@ -72,6 +72,12 @@ 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! ]
 
+    *) Throw an error message if an attempt is made to use the LDAPTrustedCA
+       or LDAPTrustedCAType directives in a VirtualHost.
+       modules/experimental/util_ldap.c r1.29
+       PR 26390 [Brad Nicholes]
+       +1: minfrin
+
     *) Small fix to allow reverse proxying to an ftp server. Previously
        an attempt to do this would try and connect to 0.0.0.0, regardless
        of the server specified.