docs:smbdotconf: make formatting of headers uniform.
[samba.git] / docs-xml / smbdotconf / security / ntlmauth.xml
1 <samba:parameter name="ntlm 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 attempt to
8     authenticate users using the NTLM encrypted password response.
9     If disabled, either the lanman password hash or an NTLMv2 response
10     will need to be sent by the client.</para>
11
12     <para>If this option, and <command moreinfo="none">lanman
13     auth</command> are both disabled, then only NTLMv2 logins will be
14     permited.  Not all clients support NTLMv2, and most will require
15         special configuration to use it.</para>
16 </description>
17
18 <value type="default">yes</value>
19 </samba:parameter>