samba-tool drs: Ensure we do not replicate all secrets to an RODC, even with --local
[Samba.git] / docs-xml / smbdotconf / tuning / usentdb.xml
blob18f46a68cbbe9065214737f818dda47d35ec12b2
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 (i.e. the format
17     will depend on the <filename>.ntdb</filename> or
18     <filename>.tdb</filename> extension).
19     </para>
20 </description>
22 <value type="default">no</value>
23 </samba:parameter>