From 908581fd3bca791d24cae7fe5a8ae6adfb614ad8 Mon Sep 17 00:00:00 2001 From: Isaac Boukris Date: Sat, 25 Apr 2015 15:36:40 +0300 Subject: Add GssapiSignalPersistentAuth directive Controls whether to send the Persistent-Auth header, and sets it only when necessary/appropriate Reviewed-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 4cf7d39..b12b0e9 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -39,6 +39,7 @@ struct mag_config { bool ssl_only; bool map_to_local; bool gss_conn_ctx; + bool send_persist; bool use_sessions; bool use_s4u2proxy; char *deleg_ccache_dir; -- cgit