summaryrefslogtreecommitdiffstats
path: root/src/mod_auth_gssapi.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-03-06 09:30:51 -0500
committerSimo Sorce <simo@redhat.com>2015-03-06 09:55:37 -0500
commite6d9a30c889fe042cf3ad5073519f348dbe924f0 (patch)
tree33e0f2c237b83f246bd03573f51cf85784249407 /src/mod_auth_gssapi.h
parent7407b64481bc49ad552f9ba0ff2efe1f6fb0982e (diff)
downloadmod_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.h6
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 {