X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;h=9ebadccefe4b8080ff0b5ee1d6493b474abaec78;hp=6d8ab1b3158f68c0e116e9e32bfec6294b2cc14c;hb=7407b64481bc49ad552f9ba0ff2efe1f6fb0982e;hpb=2411072a27749c5038c07d6863e5a5dfd95f8aee diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 6d8ab1b..9ebadcc 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -43,6 +43,11 @@ struct mag_config { char *deleg_ccache_dir; gss_key_value_set_desc *cred_store; struct seal_key *mag_skey; + enum { + BA_OFF = 0, + BA_FORWARD = 1, + BA_ON = 2 + } basic_auth; }; struct mag_conn { @@ -52,4 +57,5 @@ struct mag_conn { const char *user_name; const char *gss_name; time_t expiration; + const char *auth_type; };