Set KRB5CCNAME on follow up requests with session
[mod_auth_gssapi.git] / src / mod_auth_gssapi.h
index 103ec61..97ba2c8 100644 (file)
@@ -67,6 +67,7 @@ struct mag_conn {
     const char *gss_name;
     time_t expiration;
     int auth_type;
     const char *gss_name;
     time_t expiration;
     int auth_type;
+    bool delegated;
 };
 
 #define discard_const(ptr) ((void *)((uintptr_t)(ptr)))
 };
 
 #define discard_const(ptr) ((void *)((uintptr_t)(ptr)))