From 3c9c3029f2bcf10ef614dd9f923d02232db3ac8d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 20 Feb 2013 14:59:42 +1030 Subject: param: 'use ntdb' flag (off by default). For simplicity, we use this in the caller to choose between filenames. Signed-off-by: Rusty Russell Reviewed-by: Andrew Bartlett --- docs-xml/smbdotconf/tuning/usentdb.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 docs-xml/smbdotconf/tuning/usentdb.xml (limited to 'docs-xml/smbdotconf') diff --git a/docs-xml/smbdotconf/tuning/usentdb.xml b/docs-xml/smbdotconf/tuning/usentdb.xml new file mode 100644 index 0000000000..9a0d2cde79 --- /dev/null +++ b/docs-xml/smbdotconf/tuning/usentdb.xml @@ -0,0 +1,23 @@ + + + Beginning in Samba 4.1, a growing number of databases can + use the NTDB format rather than TDB. + + If you enable this option these databases will defaul to a + .ntdb extension rather than + .tdb: If the .tdb file + exists, it will automatically be converted to NTDB and renamed to + .tdb.bak. + + Filenames explicitly specified in + smb.conf will be respected (ie. the format + will depend on the .ntdb or + .tdb extension). + + + +no + -- cgit