blob: 18f46a68cbbe9065214737f818dda47d35ec12b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<samba:parameter name="use ntdb"
context="G"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>Beginning in Samba 4.1, a growing number of databases can
use the NTDB format rather than TDB.
</para>
<para>If you enable this option these databases will default to a
<filename>.ntdb</filename> extension rather than
<filename>.tdb</filename>. If the <filename>.tdb</filename> file
exists, it will automatically be converted to NTDB and renamed to
<filename>.tdb.bak</filename>.
</para>
<para>Filenames explicitly specified in
<filename>smb.conf</filename> will be respected (i.e. the format
will depend on the <filename>.ntdb</filename> or
<filename>.tdb</filename> extension).
</para>
</description>
<value type="default">no</value>
</samba:parameter>
|