source: vendor/current/docs-xml/smbdotconf/security/rawntlmv2auth.xml

Last change on this file was 919, checked in by Silvan Scherrer, 9 years ago

Samba Server: apply latest security patches to vendor

File size: 838 bytes
Line 
1<samba:parameter name="raw NTLMv2 auth"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle>
7 <manvolnum>8</manvolnum></citerefentry> will allow SMB1 clients without
8 extended security (without SPNEGO) to use NTLMv2 authentication.</para>
9
10 <para>If this option, <command moreinfo="none">lanman auth</command>
11 and <command moreinfo="none">ntlm auth</command> are all disabled,
12 then only clients with SPNEGO support will be permitted.
13 That means NTLMv2 is only supported within NTLMSSP.</para>
14</description>
15
16<related>lanman auth</related>
17<related>ntlm auth</related>
18<value type="default">no</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.