From e6d9a30c889fe042cf3ad5073519f348dbe924f0 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 6 Mar 2015 09:30:51 -0500 Subject: Remove forward basic auth and fix docs Fixes #8 --- src/mod_auth_gssapi.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mod_auth_gssapi.h') diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index 9ebadcc..efe230d 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -43,11 +43,7 @@ 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; + bool use_basic_auth; }; struct mag_conn { -- cgit