source: vendor/3.6.23/docs/manpages/smbta-util.8

Last change on this file was 860, checked in by Silvan Scherrer, 11 years ago

Samba 3.6: updated vendor to latest version

File size: 2.8 KB
Line 
1'\" t
2.\" Title: smbta-util
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5.\" Date: 09/18/2013
6.\" Manual: System Administration tools
7.\" Source: Samba 3.6
8.\" Language: English
9.\"
10.TH "SMBTA\-UTIL" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31smbta-util \- control encryption in VFS smb_traffic_analyzer
32.SH "SYNOPSIS"
33.HP \w'\ 'u
34smbta\-util
35.HP \w'\ 'u
36smbta\-util [\fIOPTIONS\fR...]
37.SH "DESCRIPTION"
38.PP
39This tool is part of the
40\fBsamba\fR(7)
41suite\&.
42.PP
43smbta\-util
44is a tool to ease the configuration of the vfs_smb_traffic_analyzer module regarding data encryption\&.
45.PP
46The user can generate a key, install a key (activating encryption), or uninstall a key (deactivating encryption)\&. Any operation that installs a key will create a File containing the key\&. This file can be used by smbta\-tool on other machines to install the same key from the file\&.
47.SH "OPTIONS"
48.PP
49\fB\-h\fR
50.RS 4
51Show a short help text on the command line\&.
52.RE
53.PP
54\fB\-f\fR \fIKEYFILE\fR
55.RS 4
56Open an existing keyfile, read the key from the file, and install the key, activating encryption\&.
57.RE
58.PP
59\fB\-g\fR \fIKEYFILE\fR
60.RS 4
61Generate a new random key, install the key, activate encryption, and store the key into the file KEYFILE\&.
62.RE
63.PP
64\fB\-u\fR
65.RS 4
66Uninstall the key, deactivating encryption\&.
67.RE
68.PP
69\fB\-s\fR
70.RS 4
71Check if a key is installed\&.
72.RE
73.PP
74\fB\-c\fR \fIKEYFILE\fR
75.RS 4
76Create a KEYFILE from an installed key\&.
77.RE
78.SH "VERSION"
79.PP
80This man page is correct for version 3\&.6 of the Samba suite\&.
81.SH "AUTHOR"
82.PP
83The original version of smbta\-util was created by Holger Hetterich\&.
84.PP
85The original Samba software and related utilities were created by Andrew Tridgell\&. Samba is now developed by the Samba Team as an Open Source project similar to the way the Linux kernel is developed\&.
Note: See TracBrowser for help on using the repository browser.