Remove forward basic auth and fix docs
[mod_auth_gssapi.git] / src / mod_auth_gssapi.h
index 6d8ab1b..efe230d 100644 (file)
@@ -43,6 +43,7 @@ struct mag_config {
     char *deleg_ccache_dir;
     gss_key_value_set_desc *cred_store;
     struct seal_key *mag_skey;
+    bool use_basic_auth;
 };
 
 struct mag_conn {
@@ -52,4 +53,5 @@ struct mag_conn {
     const char *user_name;
     const char *gss_name;
     time_t expiration;
+    const char *auth_type;
 };