]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CVE-2016-2111(<=4.3): docs-xml: add "raw NTLMv2 auth" defaulting to "yes"
authorStefan Metzmacher <metze@samba.org>
Tue, 15 Mar 2016 20:02:34 +0000 (21:02 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 28 Mar 2016 22:42:19 +0000 (00:42 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11749

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/param/param_table.c

index 57cb3824d7de36d4b525ca203a39ab58945a8bd5..aad3b4dd92179b70a6c1bb9ef9307dab8bf2b1d4 100644 (file)
@@ -727,6 +727,14 @@ struct parm_struct parm_table[] = {
                .enum_list      = NULL,
                .flags          = FLAG_ADVANCED,
        },
+       {
+               .label          = "raw NTLMv2 auth",
+               .type           = P_BOOL,
+               .p_class        = P_GLOBAL,
+               .offset         = GLOBAL_VAR(raw_ntlmv2_auth),
+               .special        = NULL,
+               .enum_list      = NULL,
+       },
        {
                .label          = "client NTLMv2 auth",
                .type           = P_BOOL,