CVE-2016-2111: docs-xml: document the new "client NTLMv2 auth" and "client use spnego...
[Samba.git] / docs-xml / smbdotconf / protocol / clientusespnego.xml
blobe53874583b040088704ea1ba4c1afaf881ffa65f
1 <samba:parameter name="client use spnego"
2                  context="G"
3                                  type="boolean"
4                  developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para> This variable controls whether Samba clients will try 
8     to use Simple and Protected NEGOciation (as specified by rfc2478) with 
9     supporting servers (including WindowsXP, Windows2000 and Samba
10     3.0) to agree upon an authentication
11     mechanism.  This enables Kerberos authentication in particular.</para>
13     <para>When <smbconfoption name="client NTLMv2 auth"/> is also set to
14     <constant>yes</constant> extended security (SPNEGO) is required
15     in order to use NTLMv2 only within NTLMSSP. This behavior was
16     introduced with the patches for CVE-2016-2111.</para>
17 </description>
19 <value type="default">yes</value>
20 </samba:parameter>