X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;h=b12b0e908476ae06e38c0b0db29aa14c9ec6c6b6;hp=6a21254f4ef3e3ddd64f4ddf57ba6fe0c87630bb;hb=908581fd3bca791d24cae7fe5a8ae6adfb614ad8;hpb=63dbb99337d0423253cb1ead0dcc3da54af5d13e diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 6a21254..b12b0e9 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -5,6 +5,7 @@ #include #include #include +#include #define APR_WANT_STRFUNC #include "apr_want.h" @@ -38,9 +39,13 @@ struct mag_config { bool ssl_only; bool map_to_local; bool gss_conn_ctx; + bool send_persist; bool use_sessions; - gss_key_value_set_desc cred_store; + bool use_s4u2proxy; + char *deleg_ccache_dir; + gss_key_value_set_desc *cred_store; struct seal_key *mag_skey; + bool use_basic_auth; }; struct mag_conn { @@ -50,4 +55,5 @@ struct mag_conn { const char *user_name; const char *gss_name; time_t expiration; + const char *auth_type; };