Add support for delegate creds on basic auth
authorSimo Sorce <simo@redhat.com>
Tue, 14 Apr 2015 17:52:05 +0000 (13:52 -0400)
committerSimo Sorce <simo@redhat.com>
Tue, 14 Apr 2015 17:52:05 +0000 (13:52 -0400)
commit0cea28e5b05b340bbb3b2b60e3a326a6a7d1fcb0
treecda4a8656f0244a943441578ed158ab922a81c39
parent384f937f4cd9c7c09ed9226b620fe33912fe46e5
Add support for delegate creds on basic auth

When doing fallback basic auth, we may also want to honor the
configured directive about storing delegated credentials.
Detect if we are configured to store them and set the appopriate
init_sec_context flag that will cause the accept_sec_context call
to get valid delegated credentials for later storage.
src/mod_auth_gssapi.c