]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Cast vote and promote
authorJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 15:28:47 +0000 (15:28 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 8 Dec 2006 15:28:47 +0000 (15:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484637 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4cc525f605a1f0846f4c40c5c3b31b255e4b0f74..608d75bd0fb7d803cce4a8a48e9a230cd426be48 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -96,6 +96,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      wrowe adds; keeping the old idents for backporting would have
                  made this alot easier for review - mind \x09's please.
 
+    * mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If
+      set, REMOTE_USER will be set to this attribute, rather than the
+      username supplied by the user. Useful for example when you want users
+      to log in using an email address, but need to supply a userid instead
+      to the backend.
+      Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427
+      +1: minfrini, wrowe, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * mod_mem_cache: Convert mod_mem_cache to use APR memory pool functions
@@ -208,14 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       +1: minfrin, jim, wrowe
         wrowe asks; should ptr mobj->m be nulled out for safety's sake?
 
-    * mod_authnz_ldap: Add an AuthLDAPRemoteUserAttribute directive. If
-      set, REMOTE_USER will be set to this attribute, rather than the
-      username supplied by the user. Useful for example when you want users
-      to log in using an email address, but need to supply a userid instead
-      to the backend.
-      Trunk: http://svn.apache.org/viewvc?view=rev&rev=463427
-      +1: minfrini, wrowe
-
    * mod_dumpio: Allow logging at other LogLevels via DumpIOLogLevel
      directive.
       Trunk version of patch: