X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;h=2e05bb0438119bf32a4a6c2d9d8922db0363beba;hb=d6d8a6b02923827c09eaaebd1e341043860f7b8c;hp=b606803093b1e8634f0d1ddd26f268ef1014435a;hpb=10d352bac12353efb5fe6e6efd2655e0562a1f8e;p=mod_auth_gssapi.git diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index b606803..2e05bb0 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -55,8 +55,10 @@ struct mag_config { gss_key_value_set_desc *cred_store; #endif struct seal_key *mag_skey; + bool use_basic_auth; gss_OID_set_desc *allowed_mechs; + gss_OID_set_desc *basic_mechs; }; struct mag_conn {