s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / cachedirectory.xml
blob5216998ae4208fade9a2d33055b32196d0bdb4e9
1 <samba:parameter name="cache directory"
2                  context="G"
3                  advanced="1" developer="1"
4                  type="string"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>Usually, most of the TDB files are stored in the <parameter
8         moreinfo="none">lock directory</parameter>. Since Samba 3.4.0, it is
9         possible to differentiate between TDB files with persistent data and
10         TDB files with non-persistent data using the
11         <parameter moreinfo="none">state directory</parameter> and the
12         <parameter moreinfo="none">cache directory</parameter> options.
13         </para>
15         <para> This option specifies the directory where TDB files containing
16         non-persistent data will be stored.
17         </para>
18 </description>
20 <value type="default">${prefix}/var/locks</value>
21 <value type="example">/var/run/samba/locks/cache</value>
22 </samba:parameter>