source: vendor/current/docs-xml/smbdotconf/winbind/winbindmaxclients.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 750 bytes
Line 
1<samba:parameter name="winbind max clients"
2 context="G"
3 type="integer"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This parameter specifies the maximum number of clients
7 the <citerefentry><refentrytitle>winbindd</refentrytitle>
8 <manvolnum>8</manvolnum></citerefentry> daemon can connect with.
9 The parameter is not a hard limit.
10 The <citerefentry><refentrytitle>winbindd</refentrytitle>
11 <manvolnum>8</manvolnum></citerefentry> daemon configures
12 itself to be able to accept at least that many connections,
13 and if the limit is reached, an attempt is made to disconnect
14 idle clients.
15 </para>
16</description>
17
18<value type="default">200</value>
19</samba:parameter>
Note: See TracBrowser for help on using the repository browser.