tdbdump - tool for printing the contents of a TDB file
Contents
Description
This tool is part of the samba(1) suite.
tdbdump is a very simple utility that 'dumps' the contents of a TDB (Trivial DataBase) file to standard
output in a human-readable format.
This tool can be used when debugging problems with TDB files. It is intended for those who are somewhat
familiar with Samba internals.
Name
tdbdump - tool for printing the contents of a TDB file
Options
-h
Get help information.
-k keyname
The -k option restricts dumping to a single key, if found.
-e
The -e tries to dump out from a corrupt database. Naturally, such a dump is unreliable, at best.
-x
The -x changes the output data to a hex dump, from the default mix of ASCII and hex dump.
Synopsis
tdbdump [-k keyname] [-e] [-h] [-x] {filename}
Version
This man page is correct for version 3 of the Samba suite.
