| 1 | <?xml version="1.0" encoding="iso-8859-1"?>
|
|---|
| 2 | <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|---|
| 3 | <refentry id="tdbdump.8">
|
|---|
| 4 | <refentryinfo><date>2015-04-25</date></refentryinfo>
|
|---|
| 5 |
|
|---|
| 6 | <refmeta>
|
|---|
| 7 | <refentrytitle>tdbdump</refentrytitle>
|
|---|
| 8 | <manvolnum>8</manvolnum>
|
|---|
| 9 | <refmiscinfo class="source">Samba</refmiscinfo>
|
|---|
| 10 | <refmiscinfo class="manual">System Administration tools</refmiscinfo>
|
|---|
| 11 | <refmiscinfo class="version">3.6</refmiscinfo>
|
|---|
| 12 | </refmeta>
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | <refnamediv>
|
|---|
| 16 | <refname>tdbdump</refname>
|
|---|
| 17 | <refpurpose>tool for printing the contents of a TDB file</refpurpose>
|
|---|
| 18 | </refnamediv>
|
|---|
| 19 |
|
|---|
| 20 | <refsynopsisdiv>
|
|---|
| 21 | <cmdsynopsis>
|
|---|
| 22 | <command>tdbdump</command>
|
|---|
| 23 | <arg choice="opt">-k <replaceable>keyname</replaceable></arg>
|
|---|
| 24 | <arg choice="opt">-e</arg>
|
|---|
| 25 | <arg choice="opt">-h</arg>
|
|---|
| 26 | <arg choice="req">filename</arg>
|
|---|
| 27 | </cmdsynopsis>
|
|---|
| 28 | </refsynopsisdiv>
|
|---|
| 29 |
|
|---|
| 30 | <refsect1>
|
|---|
| 31 | <title>DESCRIPTION</title>
|
|---|
| 32 |
|
|---|
| 33 | <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
|
|---|
| 34 | <manvolnum>1</manvolnum></citerefentry> suite.</para>
|
|---|
| 35 |
|
|---|
| 36 | <para><command>tdbdump</command> is a very simple utility that 'dumps' the
|
|---|
| 37 | contents of a TDB (Trivial DataBase) file to standard output in a
|
|---|
| 38 | human-readable format.
|
|---|
| 39 | </para>
|
|---|
| 40 |
|
|---|
| 41 | <para>This tool can be used when debugging problems with TDB files. It is
|
|---|
| 42 | intended for those who are somewhat familiar with Samba internals.
|
|---|
| 43 | </para>
|
|---|
| 44 | </refsect1>
|
|---|
| 45 |
|
|---|
| 46 | <refsect1>
|
|---|
| 47 | <title>OPTIONS</title>
|
|---|
| 48 |
|
|---|
| 49 | <variablelist>
|
|---|
| 50 |
|
|---|
| 51 | <varlistentry>
|
|---|
| 52 | <term>-h</term>
|
|---|
| 53 | <listitem><para>
|
|---|
| 54 | Get help information.
|
|---|
| 55 | </para></listitem>
|
|---|
| 56 | </varlistentry>
|
|---|
| 57 |
|
|---|
| 58 | <varlistentry>
|
|---|
| 59 | <term>-k <replaceable>keyname</replaceable></term>
|
|---|
| 60 | <listitem><para>
|
|---|
| 61 | The <command>-k</command> option restricts dumping to a single key, if found.
|
|---|
| 62 | </para> </listitem>
|
|---|
| 63 | </varlistentry>
|
|---|
| 64 |
|
|---|
| 65 | <varlistentry>
|
|---|
| 66 | <term>-e</term>
|
|---|
| 67 | <listitem><para>
|
|---|
| 68 | The <command>-e</command> tries to dump out from a corrupt database. Naturally, such a dump is unreliable, at best.
|
|---|
| 69 | </para></listitem>
|
|---|
| 70 | </varlistentry>
|
|---|
| 71 |
|
|---|
| 72 | </variablelist>
|
|---|
| 73 | </refsect1>
|
|---|
| 74 |
|
|---|
| 75 | <refsect1>
|
|---|
| 76 | <title>VERSION</title>
|
|---|
| 77 |
|
|---|
| 78 | <para>This man page is correct for version 3 of the Samba suite.</para>
|
|---|
| 79 | </refsect1>
|
|---|
| 80 |
|
|---|
| 81 | <refsect1>
|
|---|
| 82 | <title>AUTHOR</title>
|
|---|
| 83 |
|
|---|
| 84 | <para>
|
|---|
| 85 | The original Samba software and related utilities were created by Andrew Tridgell.
|
|---|
| 86 | Samba is now developed by the Samba Team as an Open Source project similar to the way
|
|---|
| 87 | the Linux kernel is developed.
|
|---|
| 88 | </para>
|
|---|
| 89 |
|
|---|
| 90 | <para>The tdbdump man page was written by Jelmer Vernooij.</para>
|
|---|
| 91 | </refsect1>
|
|---|
| 92 |
|
|---|
| 93 | </refentry>
|
|---|