librpc: Shorten dcerpc_binding_handle_call a bit
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / tuning / usentdb.xml
blob9a0d2cde797c29635aec3c80a5f0b29104264280
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 defaul 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>
22 <value type="default">no</value>
23 </samba:parameter>