029797ea022caae2dc5a160ff9f0cbe7401d84fb
[kamenim/samba-autobuild/.git] / docs-xml / smbdotconf / misc / statedirectory.xml
1 <samba:parameter name="state directory"
2                  context="G"
3                  advanced="1" developer="1"
4                  type="string"
5                  generated_function="0"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>Usually, most of the TDB files are stored in the
9         <parameter moreinfo="none">lock directory</parameter>. Since
10         Samba 3.4.0, it is possible to differentiate between TDB files
11         with persistent data and TDB files with non-persistent data using
12         the <parameter moreinfo="none">state directory</parameter> and the
13         <parameter moreinfo="none">cache directory</parameter> options.
14         </para>
15
16         <para> This option specifies the directory where TDB files containing
17         persistent data will be stored.
18         </para>
19 </description>
20
21 <value type="default">&pathconfig.STATEDIR;</value>
22 <value type="example">/var/run/samba/locks/state</value>
23 </samba:parameter>