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">
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">3.6</refmiscinfo>
15 <refname>smbta-util</refname>
16 <refpurpose>control encryption in VFS smb_traffic_analyzer</refpurpose>
22 <command>smbta-util</command>
26 <command>smbta-util</command>
27 <arg rep="repeat" choice="opt">
28 <replaceable>COMMANDS</replaceable>
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>
55 <title>COMMANDS</title>
60 <term><option>-h</option></term>
61 <listitem><para>Show a short help text on the command line.
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.
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.
82 <term><option>-u</option></term>
83 <listitem><para>Uninstall the key, deactivating encryption.
88 <term><option>-s</option></term>
89 <listitem><para>Check if a key is installed.
94 <term><option>-c</option>
95 <replaceable>KEYFILE</replaceable></term>
96 <listitem><para>Create a KEYFILE from an installed key.
105 <title>VERSION</title>
106 <para>This man page is correct for version 3.4 of the Samba suite.</para>
110 <title>AUTHOR</title>
111 <para> The original version of smbta-util was created by Holger Hetterich.
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>