summaryrefslogtreecommitdiffstats
path: root/src/mod_auth_gssapi.h
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2017-02-04 16:33:18 +1000
committerSimo Sorce <simo@redhat.com>2017-02-08 07:39:47 -0500
commiteb8ed98b9ba758a0c8db67151c18d1dd943e4289 (patch)
tree295bf50a0a86d6146c8e7095791ab0c9063e9223 /src/mod_auth_gssapi.h
parent3ae63e3a31b3fd0241fcdad0a1dbd0414e225615 (diff)
downloadmod_auth_gssapi-eb8ed98b9ba758a0c8db67151c18d1dd943e4289.tar.gz
mod_auth_gssapi-eb8ed98b9ba758a0c8db67151c18d1dd943e4289.tar.xz
mod_auth_gssapi-eb8ed98b9ba758a0c8db67151c18d1dd943e4289.zip
Add option to set alternative ccname env var
In some cases (e.g. if you want to convey the ccname over AJP) the request environment variable name "KRB5CCNAME" is not appropriate. Add the GssapiDelegCcacheEnvVar option that allows the env var name to be changed. Fixes: https://github.com/modauthgssapi/mod_auth_gssapi/issues/123 Reviewed-by: Simo Sorce <simo@redhat.com> Closes #124 Closes #123
Diffstat (limited to 'src/mod_auth_gssapi.h')
-rw-r--r--src/mod_auth_gssapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h
index 2aa81f1..fb47b12 100644
--- a/src/mod_auth_gssapi.h
+++ b/src/mod_auth_gssapi.h
@@ -81,6 +81,7 @@ struct mag_config {
gss_key_value_set_desc *cred_store;
bool deleg_ccache_unique;
bool s4u2self;
+ char *ccname_envvar;
#endif
struct seal_key *mag_skey;