summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-15 21:59:42 +0100
committerStefan Metzmacher <metze@samba.org>2016-04-12 19:25:24 +0200
commit1dc40a08f0c93e5da556bfcf6d14830d5823163c (patch)
treef6862971c7f8a885220c7aad7b4620d654ddcd60 /docs-xml
parent5ab1db006e36bea0394d7f24111dc8712643360b (diff)
downloadsamba-1dc40a08f0c93e5da556bfcf6d14830d5823163c.tar.gz
CVE-2016-2111: docs-xml/smbdotconf: default "raw NTLMv2 auth" to "no"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11749 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/rawntlmv2auth.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/security/rawntlmv2auth.xml b/docs-xml/smbdotconf/security/rawntlmv2auth.xml
index ef262977a0c..30e7280bc5d 100644
--- a/docs-xml/smbdotconf/security/rawntlmv2auth.xml
+++ b/docs-xml/smbdotconf/security/rawntlmv2auth.xml
@@ -11,10 +11,9 @@
and <command moreinfo="none">ntlm auth</command> are all disabled,
then only clients with SPNEGO support will be permitted.
That means NTLMv2 is only supported within NTLMSSP.</para>
-
- <para>Note that the default will change to "no" with Samba 4.5.</para>
</description>
-<value type="default">yes</value>
-<value type="example">no</value>
+<related>lanman auth</related>
+<related>ntlm auth</related>
+<value type="default">no</value>
</samba:parameter>