1TDBDUMP(8) System Administration tools TDBDUMP(8)
2
3
4
6 tdbdump - tool for printing the contents of a TDB file
7
9 tdbdump [-k keyname] [-e] [-h] {filename}
10
12 This tool is part of the samba(1) suite.
13
14 tdbdump is a very simple utility that 'dumps' the contents of a TDB
15 (Trivial DataBase) file to standard output in a human-readable format.
16
17 This tool can be used when debugging problems with TDB files. It is
18 intended for those who are somewhat familiar with Samba internals.
19
21 -h
22 Get help information.
23
24 -k keyname
25 The -k option restricts dumping to a single key, if found.
26
27 -e
28 The -e tries to dump out from a corrupt database. Naturally, such a
29 dump is unreliable, at best.
30
32 This man page is correct for version 3 of the Samba suite.
33
35 The original Samba software and related utilities were created by
36 Andrew Tridgell. Samba is now developed by the Samba Team as an Open
37 Source project similar to the way the Linux kernel is developed.
38
39 The tdbdump man page was written by Jelmer Vernooij.
40
41
42
43Samba 3.6 2015-04-25 TDBDUMP(8)