From: Graham Leggett Date: Thu, 12 Oct 2006 21:04:02 +0000 (+0000) Subject: Propose a backport. X-Git-Tag: 2.2.4~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef3041d09f4be9cec20c5996067a6eb15c415d5e;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a8fb64b03fc..93a6ea1271b 100644 --- a/STATUS +++ b/STATUS @@ -251,4 +251,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works +1: rpluem + * 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: minfrin +