Skip to content

Commit

Permalink
docs: deprecate "client use spnego"
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
abartlet committed Aug 18, 2020
1 parent c6aa710 commit 1b85db5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs-xml/smbdotconf/protocol/clientusespnego.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<samba:parameter name="client use spnego"
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, NTLM and LanMan authentication outside NTLMSSP
will be removed in a future Samba release.</para>
<para>That is, in the future, the current default of
<command>client use spnego = yes</command>
will be the enforced behaviour.</para>

<para> This variable controls whether Samba clients will try
to use Simple and Protected NEGOciation (as specified by rfc2478) with
supporting servers (including WindowsXP, Windows2000 and Samba
Expand Down

0 comments on commit 1b85db5

Please sign in to comment.