When an authorization haeder is sent, recheck auth
authorSimo Sorce <simo@redhat.com>
Sat, 13 Jun 2015 21:44:32 +0000 (17:44 -0400)
committerSimo Sorce <simo@redhat.com>
Sat, 13 Jun 2015 23:01:35 +0000 (19:01 -0400)
commit5c3cc59740925e6ba1c3447237964d07d7f96aa1
treeafe7de0017b0f429041b14ed61518694b6eed898
parent81d89f77d878ac5131ef760aef23b220e45dd435
When an authorization haeder is sent, recheck auth

Except for BASIC AUTH, if a client send an authorization header it
means it wants to re-check authentication.
So, if an authorization header is sent, go through the regular
path and do not set request variables based on the session data.
In case of Basic Auth we still use session data if user/pwd match
the stored hash.

Closes #22

Signed-off-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c