mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
15 lines
570 B
XML
15 lines
570 B
XML
<samba:parameter name="passwd chat timeout"
|
|
context="G"
|
|
type="integer"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<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>
|