summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2019-09-05 16:55:35 +1200
committerStefan Metzmacher <metze@samba.org>2020-08-24 13:52:19 +0000
commit8dbeb26319ce82177068bfed8c25c9c1023adf69 (patch)
treeb6104e2f4996a3d9740283d70d2461e75ad158b0 /docs-xml
parentaf78b53f114f0668df7e9439fe0f3f95bcd81979 (diff)
downloadsamba-8dbeb26319ce82177068bfed8c25c9c1023adf69.tar.gz
docs: deprecate "raw NTLMv2 auth"
This parameter is appicable only to SMBv1 and we are deprecating SMBv1 specific authentication options for possible removal. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14460 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> (cherry picked from commit 8c9d9441edce2e8d7f0428d0ec5e209ed8a55dbc)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/rawntlmv2auth.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/rawntlmv2auth.xml b/docs-xml/smbdotconf/security/rawntlmv2auth.xml
index 30e7280bc5d..c4d75546388 100644
--- a/docs-xml/smbdotconf/security/rawntlmv2auth.xml
+++ b/docs-xml/smbdotconf/security/rawntlmv2auth.xml
@@ -1,8 +1,16 @@
<samba:parameter name="raw NTLMv2 auth"
context="G"
type="boolean"
+ deprecated="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
+ <para>This parameter has been deprecated since Samba 4.13 and
+ support for NTLMv2 authentication without NTLMSSP will be removed
+ in a future Samba release.</para>
+ <para>That is, in the future, the current default of
+ <command>raw NTLMv2 auth = no</command>
+ will be the enforced behaviour.</para>
+
<para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry> will allow SMB1 clients without
extended security (without SPNEGO) to use NTLMv2 authentication.</para>