mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
2535803627
"This parameter specifies the number of seconds the winbindd 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." Bug 3204 winbindd: Exceeding 200 client connections, no idle connection found https://bugzilla.samba.org/show_bug.cgi?id=3204 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
17 lines
676 B
XML
17 lines
676 B
XML
<samba:parameter name="winbind request timeout"
|
|
context="G"
|
|
type="integer"
|
|
advanced="1" developer="1"
|
|
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>
|