summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/winbind/winbindmaxclients.xml
blob: 847a588b3ee9db869fcbd71583928f8e913f7995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>