mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
16 lines
632 B
XML
16 lines
632 B
XML
<samba:parameter name="winbind request timeout"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter specifies the number of
|
|
seconds the <citerefentry><refentrytitle>winbindd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> daemon will wait before
|
|
disconnecting either a client connection with no outstanding
|
|
requests (idle) or a client connection with a request that has
|
|
remained outstanding (hung) for longer than this number of seconds.</para>
|
|
</description>
|
|
|
|
<value type="default">60</value>
|
|
</samba:parameter>
|