source: branches/samba-3.5.x/docs-xml/smbdotconf/security/ntlmauth.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 872 bytes
Line 
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>
12
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>
18
19<value type="default">yes</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.