Commit e2ed753b authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Cast vote and promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484637 13f79535-47bb-0310-9956-ffa450edef68
parent d1b98466
Loading
Loading
Loading
Loading
+8 −8
Changes for STATUS: 8 added lines, 8 removed lines.
Original line number Diff line number Diff line
@@ -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: