]> granicus.if.org Git - apache/commit
Both the r->user and r->ap_auth_type were set previously when the username and passwo...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 16:28:57 +0000 (16:28 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 16:28:57 +0000 (16:28 +0000)
commit500074e2f5cc5c8624d40e93d56ccc865afc42c8
tree5685ff6dcd75f33290296fc37626088db5a0060c
parent5e63bc4a9061055eaab28ed11cfaec226a878dc9
Both the r->user and r->ap_auth_type were set previously when the username and password were extracted from the request.  Resetting them at the end of the handler will overwrite any changes made by the authn provider.  For example, the ldap authn provider can be configured to change the user name to a full user dn.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104712 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth_basic.c