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:
committed by
Jeremy Allison
parent
0b270f014f
commit
eeb24afd78
14
docs-xml/smbdotconf/winbind/winbindmaxclients.xml
Normal file
14
docs-xml/smbdotconf/winbind/winbindmaxclients.xml
Normal 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>
|
Reference in New Issue
Block a user