source: branches/samba-3.3.x/docs-xml/smbdotconf/misc/lockdirectory.xml

Last change on this file was 217, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.3.0 level docs-xml (psmedley's port)

File size: 648 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.