mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
f87dcdcf55
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Jul 8 12:19:38 CEST 2013 on sn-devel-104
24 lines
887 B
XML
24 lines
887 B
XML
<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>
|