s4:torture:smb2: add new lease.upgrade3 test to test the contended upgrade
[Samba/wip.git] / docs-xml / manpages / smbta-util.8.xml
blobef38926b9d83f3b60a8cac5c6acd7cc86f7d6a1d
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="smbta-util.8">
5 <refmeta>
6         <refentrytitle>smbta-util</refentrytitle>
7         <manvolnum>8</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.1</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>smbta-util</refname>
16         <refpurpose>control encryption in VFS smb_traffic_analyzer</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>smbta-util</command>
23         </cmdsynopsis>
25         <cmdsynopsis>
26                 <command>smbta-util</command>
27                 <arg rep="repeat" choice="opt">
28                 <replaceable>COMMANDS</replaceable>
29                 </arg>
30         </cmdsynopsis>
32 </refsynopsisdiv>
34 <refsect1>
35         <title>DESCRIPTION</title>
37         <para>This tool is part of the
38         <citerefentry><refentrytitle>samba</refentrytitle>
39         <manvolnum>1</manvolnum></citerefentry> suite.</para>
41         <para><command>smbta-util</command> is a tool to ease the
42         configuration of the vfs_smb_traffic_analyzer module regarding
43         data encryption.</para>
44         <para>The user can generate a key, install a key (activating
45         encryption), or uninstall a key (deactivating encryption).
46         Any operation that installs a key will create a File containing
47         the key. This file can be used by smbta-tool on other machines
48         to install the same key from the file.</para>
49         
51 </refsect1>
54 <refsect1>
55         <title>COMMANDS</title>
57         <variablelist>
59                 <varlistentry>
60                 <term><option>-h</option></term>
61                 <listitem><para>Show a short help text on the command line.
62                 </para></listitem>
63                 </varlistentry>
65                 <varlistentry>
66                 <term><option>-f</option>
67                 <replaceable>KEYFILE</replaceable></term>
68                 <listitem><para>Open an existing keyfile, read the key from
69                 the file, and install the key, activating encryption.
70                 </para></listitem>
71                 </varlistentry>
73                 <varlistentry>
74                 <term><option>-g</option>
75                 <replaceable>KEYFILE</replaceable></term>
76                 <listitem><para>Generate a new random key, install the key,
77                 activate encryption, and store the key into the file KEYFILE.
78                 </para></listitem>
79                 </varlistentry>
81                 <varlistentry>
82                 <term><option>-u</option></term>
83                 <listitem><para>Uninstall the key, deactivating encryption.
84                 </para></listitem>
85                 </varlistentry>
87                 <varlistentry>
88                 <term><option>-s</option></term>
89                 <listitem><para>Check if a key is installed.
90                 </para></listitem>
91                 </varlistentry>
93                 <varlistentry>
94                 <term><option>-c</option>
95                 <replaceable>KEYFILE</replaceable></term>
96                 <listitem><para>Create a KEYFILE from an installed key.
97                 </para></listitem>
98                 </varlistentry>
101         </variablelist>
102 </refsect1>
104 <refsect1>
105         <title>VERSION</title>
106         <para>This man page is correct for version 3.4 of the Samba suite.</para>
107 </refsect1>
109 <refsect1>
110         <title>AUTHOR</title>
111         <para> The original version of smbta-util was created by Holger Hetterich.
112         </para>
113         <para> The original Samba software and related utilities were
114         created by Andrew Tridgell.  Samba is now developed by the
115         Samba Team as an Open Source project similar to the way the
116         Linux kernel is developed.</para>
117 </refsect1>
119 </refentry>