Always require authentication with basic auth
authorSimo Sorce <simo@redhat.com>
Tue, 16 Jun 2015 17:34:21 +0000 (13:34 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 16 Jun 2015 18:12:49 +0000 (14:12 -0400)
commit4b62c33f1c42182e3d7f72c5fa25284bb84572b7
treee65168a8ac4d4b7dcdeb3304c4829070252d5a1e
parentb91b5d302e12f28d7135b0085f47956f4e2b1ced
Always require authentication with basic auth

When connection bound authentication is used, we must deny access if
basci auth is used and a request does not have the basic auth header.
Basic auth authenticate each and every request, so if it is missing
this means such request is no more authenticated and we should not
allow access based on our cached metadata in this case.

Closes #41

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