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