X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmod_auth_gssapi.h;h=efe230dda6a9d5fde01388ab0ed8a75891f9b779;hb=e6d9a30c889fe042cf3ad5073519f348dbe924f0;hp=6a21254f4ef3e3ddd64f4ddf57ba6fe0c87630bb;hpb=63dbb99337d0423253cb1ead0dcc3da54af5d13e;p=mod_auth_gssapi.git diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 6a21254..efe230d 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -39,8 +39,11 @@ struct mag_config { bool map_to_local; bool gss_conn_ctx; 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 +53,5 @@ struct mag_conn { const char *user_name; const char *gss_name; time_t expiration; + const char *auth_type; };