mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
03282bfd41
Add clarification about the nature of "winbind max clients" parameter. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11397 Signed-off-by: Uri Simchoni <urisimchoni@gmail.com> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
20 lines
738 B
XML
20 lines
738 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>
|