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