1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/docs-xml/smbdotconf/misc/lockdirectory.xml
Garming Sam 68c5ac7b05 docs: insert meta data into lock directory parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-02-02 22:57:59 +01:00

23 lines
679 B
XML

<samba:parameter name="lock directory"
context="G"
advanced="1" developer="1"
type="string"
constant="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>lock dir</synonym>
<description>
<para>This option specifies the directory where lock
files will be placed. The lock files are used to implement the
<smbconfoption name="max connections"/> option.
</para>
<para>
Note: This option can not be set inside registry
configurations.
</para>
</description>
<value type="default">&pathconfig.LOCKDIR;</value>
<value type="example">/var/run/samba/locks</value>
</samba:parameter>