diff options
author | Isaac Boukris <iboukris@gmail.com> | 2015-04-25 15:36:40 +0300 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-05-24 23:12:15 +0200 |
commit | 908581fd3bca791d24cae7fe5a8ae6adfb614ad8 (patch) | |
tree | 242980da331cf0df34a4b6f1593ac3bc3bef2cfe /src/mod_auth_gssapi.h | |
parent | fafb5384785c76c1f96cc689677574cfe459f3b6 (diff) | |
download | mod_auth_gssapi-908581fd3bca791d24cae7fe5a8ae6adfb614ad8.tar.gz mod_auth_gssapi-908581fd3bca791d24cae7fe5a8ae6adfb614ad8.tar.xz mod_auth_gssapi-908581fd3bca791d24cae7fe5a8ae6adfb614ad8.zip |
Add GssapiSignalPersistentAuth directive
Controls whether to send the Persistent-Auth header, and sets it only
when necessary/appropriate
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'src/mod_auth_gssapi.h')
-rw-r--r-- | src/mod_auth_gssapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |