Next update of VFS modules development guide
[vlendec/samba-autobuild/.git] / docs-xml / smbdotconf / misc / lockdirectory.xml
1 <samba:parameter name="lock directory"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="string"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <synonym>lock dir</synonym>
7 <description>
8         <para>This option specifies the directory where lock 
9         files will be placed.  The lock files are used to implement the 
10         <smbconfoption name="max connections"/> option.
11         </para>
12
13         <para>
14                 Note: This option can not be set inside registry
15                 configurations.
16         </para>
17 </description>
18
19 <value type="default">${prefix}/var/locks</value>
20 <value type="example">/var/run/samba/locks</value>
21 </samba:parameter>