From 270f04cf6bb509dc8333d80dfb6bfad2f74b7060 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 15 Mar 2016 21:02:34 +0100 Subject: [PATCH] CVE-2016-2111(<=4.3): docs-xml: add "raw NTLMv2 auth" defaulting to "yes" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit BUG: https://bugzilla.samba.org/show_bug.cgi?id=11749 Signed-off-by: Stefan Metzmacher Reviewed-by: Günther Deschner Reviewed-by: Ralph Boehme --- lib/param/param_table.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 57cb3824d7d..aad3b4dd921 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -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, -- 2.47.2