summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/ntlmauth.xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-15 21:59:42 +0100
committerStefan Metzmacher <metze@samba.org>2016-07-22 16:03:26 +0200
commitcd8dfed1a67515c5fee14501d3e003e545e41d9e (patch)
treee17d2547077b3297885cb053beb904634ce4adb8 /docs-xml/smbdotconf/security/ntlmauth.xml
parent70827ca78c63d41c555ea4d1219f71c55bbc23e0 (diff)
downloadsamba-cd8dfed1a67515c5fee14501d3e003e545e41d9e.tar.gz
docs-xml:smbdotconf: default "ntlm auth" to "no"
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml/smbdotconf/security/ntlmauth.xml')
-rw-r--r--docs-xml/smbdotconf/security/ntlmauth.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/security/ntlmauth.xml b/docs-xml/smbdotconf/security/ntlmauth.xml
index 6af190805e8..884ee9dbf1a 100644
--- a/docs-xml/smbdotconf/security/ntlmauth.xml
+++ b/docs-xml/smbdotconf/security/ntlmauth.xml
@@ -12,8 +12,14 @@
<para>If this option, and <command moreinfo="none">lanman
auth</command> are both disabled, then only NTLMv2 logins will be
permited. Not all clients support NTLMv2, and most will require
- special configuration to use it.</para>
+ special configuration to use it.</para>
+
+ <para>The primary user of NTLMv1 is MSCHAPv2 for VPNs and 802.1x.</para>
+
+ <para>The default changed from "yes" to "no" with Samba 4.5.</para>
</description>
-<value type="default">yes</value>
+<related>lanman auth</related>
+<related>raw NTLMv2 auth</related>
+<value type="default">no</value>
</samba:parameter>