1 <samba:parameter name="max connections"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This option allows the number of simultaneous connections to a service to be limited.
7 If <parameter moreinfo="none">max connections</parameter> is greater than 0 then connections
8 will be refused if this number of connections to the service are already open. A value
9 of zero mean an unlimited number of connections may be made.</para>
11 <para>Record lock files are used to implement this feature. The lock files will be stored in
12 the directory specified by the <smbconfoption name="lock directory"/> option.</para>
15 <value type="default">0</value>
16 <value type="example">10</value>