ctdb-server: Remove duplicate logic
[samba4-gss.git] / docs-xml / smbdotconf / misc / cachedirectory.xml
blob480f31b63cf85d834eda880b9f99a1b11357c691
1 <samba:parameter name="cache 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 <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.
12         </para>
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
18         administrator.
19         </para>
20 </description>
22 <value type="default">&pathconfig.CACHEDIR;</value>
23 <value type="example">/var/run/samba/locks/cache</value>
24 </samba:parameter>