lib/param: Remove special handling for 'state dir' and 'cache dir'
[Samba.git] / docs-xml / smbdotconf / misc / cachedirectory.xml
blobe72d852db9bde4cae043668e34cca2f5e3c18b57
1 <samba:parameter name="cache directory"
2                  context="G"
3                  advanced="1" developer="1"
4                  type="string"
5                  constant="1"
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 <parameter
9         moreinfo="none">lock directory</parameter>. Since Samba 3.4.0, it is
10         possible to differentiate between TDB files with persistent data and
11         TDB files with non-persistent data using the
12         <parameter moreinfo="none">state directory</parameter> and the
13         <parameter moreinfo="none">cache directory</parameter> options.
14         </para>
16         <para> This option specifies the directory where TDB files containing
17         non-persistent data will be stored.
18         </para>
19 </description>
21 <value type="default">&pathconfig.CACHEDIR;</value>
22 <value type="example">/var/run/samba/locks/cache</value>
23 </samba:parameter>