Add all the source files from the old CVS tree,
[import/samba-docs-svnimport.git] / smbdotconf / security / lanmanauth.xml
1 <samba:parameter name="lanman auth"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle>
8     <manvolnum>8</manvolnum></citerefentry> will attempt to authenticate users 
9     using the LANMAN password hash. If disabled, only clients which support NT 
10     password hashes (e.g. Windows NT/2000 clients, smbclient, etc... but not 
11     Windows 95/98 or the MS DOS network client) will be able to connect to the Samba host.</para>
12
13     <para>The LANMAN encrypted response is easily broken, due to it's
14     case-insensitive nature, and the choice of algorithm.  Servers
15     without Windows 95/98 or MS DOS clients are advised to disable
16     this option.  </para>
17                 
18     <para>Unlike the <command moreinfo="none">encypt
19     passwords</command> option, this parameter cannot alter client
20     behaviour, and the LANMAN response will still be sent over the
21     network.  See the <command moreinfo="none">client lanman
22     auth</command> to disable this for Samba's clients (such as smbclient)</para>
23
24     <para>If this option, and <command moreinfo="none">ntlm
25     auth</command> are both disabled, then only NTLMv2 logins will be
26     permited.  Not all clients support NTLMv2, and most will require
27     special configuration to us it.</para>
28 </description>
29
30 <value type="default">yes</value>
31 </samba:parameter>