diff options
author | Simo Sorce <simo@redhat.com> | 2015-03-06 09:30:51 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-03-06 09:55:37 -0500 |
commit | e6d9a30c889fe042cf3ad5073519f348dbe924f0 (patch) | |
tree | 33e0f2c237b83f246bd03573f51cf85784249407 /src/mod_auth_gssapi.h | |
parent | 7407b64481bc49ad552f9ba0ff2efe1f6fb0982e (diff) | |
download | mod_auth_gssapi-e6d9a30c889fe042cf3ad5073519f348dbe924f0.tar.gz mod_auth_gssapi-e6d9a30c889fe042cf3ad5073519f348dbe924f0.tar.xz mod_auth_gssapi-e6d9a30c889fe042cf3ad5073519f348dbe924f0.zip |
Remove forward basic auth and fix docs
Fixes #8
Diffstat (limited to 'src/mod_auth_gssapi.h')
-rw-r--r-- | src/mod_auth_gssapi.h | 6 |
1 files changed, 1 insertions, 5 deletions
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 { |