From db999f985dc4357e32db6bcc893aa354d2595c98 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 19 Jun 2015 17:11:42 -0400 Subject: Add GssapiBasicAuthMech option This option allows to set a different list of mechanisms to use with Basic Auth (Basic Auth must be explicitly enabled) than the list of mechs that are allowed with Negotiate or Raw GSSAPI Client authentication. Signed-off-by: Simo Sorce --- src/mod_auth_gssapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mod_auth_gssapi.h') 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 { -- cgit