docs: deprecate "raw NTLMv2 auth"
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Sep 2019 04:55:35 +0000 (16:55 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 18 Aug 2020 00:10:40 +0000 (00:10 +0000)
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>
docs-xml/smbdotconf/security/rawntlmv2auth.xml

index 30e7280bc5dd18e21da83833463973da95d431f3..c4d755463883be61e289229753a2b86840c323b1 100644 (file)
@@ -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>