From 8cabd1e6ac6c300f7e603cd61f1a8a7a7da7fb8f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 11 Apr 2015 17:27:21 -0400 Subject: Set KRB5CCNAME on follow up requests with session If the original context establishment delegated credentials, set the KRB5CCNAME variable to the proper file name for follow up connections that uses the session to validate access. Closes #18 Signed-off-by: Simo Sorce --- src/mod_auth_gssapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod_auth_gssapi.h') diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 103ec61..97ba2c8 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -67,6 +67,7 @@ struct mag_conn { const char *gss_name; time_t expiration; int auth_type; + bool delegated; }; #define discard_const(ptr) ((void *)((uintptr_t)(ptr))) -- cgit