summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/lockdirectory.xml
blob: c877566b31d4aaddccfdf7ed5d98243f3c0229ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="lock directory"
                 context="G"
                 advanced="1" developer="1"
                 xmlns:samba="http://samba.org/common">
<listitem>
	<para>This option specifies the directory where lock 
	files will be placed.  The lock files are used to implement the 
	<link linkend="MAXCONNECTIONS"><parameter moreinfo="none">max connections</parameter>
	</link> option.</para>

	<para>Default: <command moreinfo="none">lock directory = ${prefix}/var/locks</command></para>

	<para>Example: <command moreinfo="none">lock directory = /var/run/samba/locks</command></para>
</listitem>
</samba:parameter>