1 <samba:parameter name="cache directory"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>Usually, most of the TDB files are stored in the <parameter
7 moreinfo="none">lock directory</parameter>. Since Samba 3.4.0, it is
8 possible to differentiate between TDB files with persistent data and
9 TDB files with non-persistent data using the
10 <parameter moreinfo="none">state directory</parameter> and the
11 <parameter moreinfo="none">cache directory</parameter> options.
14 <para>This option specifies the directory for storing TDB
15 files containing non-persistent data that will be kept across
16 service restarts. The directory should be placed on persistent
17 storage, but the data can be safely deleted by an
22 <value type="default">&pathconfig.CACHEDIR;</value>
23 <value type="example">/var/run/samba/locks/cache</value>