s3:lib/events: s/EVENT_FD/TEVENT_FD
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / ntlmauth.xml
blobec603bbf59b23c8dbb4bbbc4fe4b46c0915fb6d6
1 <samba:parameter name="ntlm auth"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle>
8     <manvolnum>8</manvolnum></citerefentry> will attempt to
9     authenticate users using the NTLM encrypted password response.
10     If disabled, either the lanman password hash or an NTLMv2 response
11     will need to be sent by the client.</para>
13     <para>If this option, and <command moreinfo="none">lanman
14     auth</command> are both disabled, then only NTLMv2 logins will be
15     permited.  Not all clients support NTLMv2, and most will require
16         special configuration to use it.</para>
17 </description>
19 <value type="default">yes</value>
20 </samba:parameter>