mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
20 lines
750 B
XML
20 lines
750 B
XML
<samba:parameter name="winbind max clients"
|
|
context="G"
|
|
type="integer"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This parameter specifies the maximum number of clients
|
|
the <citerefentry><refentrytitle>winbindd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> daemon can connect with.
|
|
The parameter is not a hard limit.
|
|
The <citerefentry><refentrytitle>winbindd</refentrytitle>
|
|
<manvolnum>8</manvolnum></citerefentry> daemon configures
|
|
itself to be able to accept at least that many connections,
|
|
and if the limit is reached, an attempt is made to disconnect
|
|
idle clients.
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">200</value>
|
|
</samba:parameter>
|