summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/security/passwdchattimeout.xml
blob: 419f44354a2b35413a1dab370b6da6432213663d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="passwd chat timeout"
                 context="G"
				 type="integer"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<description>
    <para>This integer specifies the number of seconds smbd will wait for an initial
    answer from a passwd chat script being run. Once the initial answer is received
    the subsequent answers must be received in one tenth of this time. The default it
    two seconds.</para>
</description>

<value type="default">2</value>
</samba:parameter>