1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

docs-xml: Document net tdb command

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Christof Schmitt 2017-02-16 16:23:34 -07:00
parent 25b5bb3056
commit d80de473f8

View File

@ -2706,6 +2706,28 @@ Dump the locking table of a certain global lock.
</refsect2>
<refsect2>
<title>TDB</title>
<para>Print information from tdb records.</para>
<refsect3>
<title>TDB LOCKING <replaceable>key</replaceable> [DUMP]</title>
<para>List sharename, filename and number of share modes
for a record from locking.tdb. With the optional DUMP options,
dump the complete record.</para>
<itemizedlist>
<listitem>
<para><replaceable>KEY</replaceable>
Key of the tdb record as hex string.</para>
</listitem>
</itemizedlist>
</refsect3>
</refsect2>
<refsect2>
<title>HELP [COMMAND]</title>