summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-03-12 13:07:31 +0000
committerMichael Adam <obnox@samba.org>2015-03-17 11:30:51 +0100
commitde2c8dd75592a5a703e3874a04ecc4cd997f8320 (patch)
treefef4ec043580243ce3ad22200d7eb5b476777730 /docs-xml
parent6c1d39c3283657aa848f96346d3fca2d5add3748 (diff)
downloadsamba-de2c8dd75592a5a703e3874a04ecc4cd997f8320.tar.gz
param: Remove "use ntdb"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/tuning/usentdb.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs-xml/smbdotconf/tuning/usentdb.xml b/docs-xml/smbdotconf/tuning/usentdb.xml
deleted file mode 100644
index 18f46a68cbb..00000000000
--- a/docs-xml/smbdotconf/tuning/usentdb.xml
+++ /dev/null
@@ -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>