mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
param: Remove "use ntdb"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
6c1d39c328
commit
de2c8dd755
@ -1,23 +0,0 @@
|
||||
<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>
|
@ -1934,15 +1934,6 @@ struct parm_struct parm_table[] = {
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
},
|
||||
{
|
||||
.label = "use ntdb",
|
||||
.type = P_BOOL,
|
||||
.p_class = P_GLOBAL,
|
||||
.offset = GLOBAL_VAR(use_ntdb),
|
||||
.special = NULL,
|
||||
.enum_list = NULL,
|
||||
.flags = FLAG_ADVANCED,
|
||||
},
|
||||
{
|
||||
.label = "use sendfile",
|
||||
.type = P_BOOL,
|
||||
|
Loading…
Reference in New Issue
Block a user