Add option to not send a Negotiate headers
[mod_auth_gssapi.git] / src / mod_auth_gssapi.h
index 4e9fdf3..ea563ec 100644 (file)
@@ -74,6 +74,7 @@ struct mag_config {
     bool use_basic_auth;
     gss_OID_set_desc *allowed_mechs;
     gss_OID_set_desc *basic_mechs;
+    bool negotiate_once;
     struct mag_name_attributes *name_attributes;
 };