smbd: Plumb SMB2_FIND_POSIX_INFORMATION through the directory reading code.
[Samba.git] / docs-xml / smbdotconf / misc / lockdirectory.xml
blobcf0ea2be40cebddb34a532ce8dbb4d64763c4ca0
1 <samba:parameter name="lock directory"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <synonym>lock dir</synonym>
6 <description>
7         <para>This option specifies the directory where lock 
8         files will be placed.  The lock files are used to implement the 
9         <smbconfoption name="max connections"/> option.
10         </para>
12         <para>
13                 Note: This option can not be set inside registry
14                 configurations.
15         </para>
16         <para>The files placed in this directory are not required
17         across service restarts and can be safely placed on volatile
18         storage (e.g. tmpfs in Linux)</para>
20 </description>
22 <value type="default">&pathconfig.LOCKDIR;</value>
23 <value type="example">/var/run/samba/locks</value>
24 </samba:parameter>