~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/statedirectory.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="state 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
 
8
        <parameter moreinfo="none">lock directory</parameter>. Since
 
9
        Samba 3.4.0, it is possible to differentiate between TDB files
 
10
        with persistent data and TDB files with non-persistent data using
 
11
        the <parameter moreinfo="none">state directory</parameter> and the
 
12
        <parameter moreinfo="none">cache directory</parameter> options.
 
13
        </para>
 
14
 
 
15
        <para> This option specifies the directory where TDB files containing
 
16
        persistent data will be stored.
 
17
        </para>
 
18
</description>
 
19
 
 
20
<value type="default">${prefix}/var/locks</value>
 
21
<value type="example">/var/run/samba/locks/state</value>
 
22
</samba:parameter>