~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/ntlmauth.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>