1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Allows changing the maximum number of simultaneous clients in winbindd through an smb.conf option.

Signed-off-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Pierre Carrier
2010-09-14 16:43:39 -07:00
committed by Jeremy Allison
parent 0b270f014f
commit eeb24afd78
5 changed files with 30 additions and 9 deletions

View File

@ -0,0 +1,14 @@
<samba:parameter name="winbind max clients"
context="G"
type="integer"
advanced="1" developer="1"
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.
</para>
</description>
<value type="default">200</value>
</samba:parameter>