source: vendor/current/docs/manpages/smbta-util.8@ 746

Last change on this file since 746 was 746, checked in by Silvan Scherrer, 12 years ago

Samba Server: updated vendor to 3.6.9

File size: 2.4 KB
Line 
1'\" t
2.\" Title: smbta-util
3.\" Author: [see the "AUTHOR" section]
4.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5.\" Date: 10/29/2012
6.\" Manual: System Administration tools
7.\" Source: Samba 3.6
8.\" Language: English
9.\"
10.TH "SMBTA\-UTIL" "8" "10/29/2012" "Samba 3\&.6" "System Administration tools"
11.\" -----------------------------------------------------------------
12.\" * set default formatting
13.\" -----------------------------------------------------------------
14.\" disable hyphenation
15.nh
16.\" disable justification (adjust text to left margin only)
17.ad l
18.\" -----------------------------------------------------------------
19.\" * MAIN CONTENT STARTS HERE *
20.\" -----------------------------------------------------------------
21.SH "NAME"
22smbta-util \- control encryption in VFS smb_traffic_analyzer
23.SH "SYNOPSIS"
24.HP \w'\ 'u
25smbta\-util
26.HP \w'\ 'u
27smbta\-util [\fIOPTIONS\fR...]
28.SH "DESCRIPTION"
29.PP
30This tool is part of the
31\fBsamba\fR(7)
32suite\&.
33.PP
34smbta\-util
35is a tool to ease the configuration of the vfs_smb_traffic_analyzer module regarding data encryption\&.
36.PP
37The 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\&.
38.SH "OPTIONS"
39.PP
40\fB\-h\fR
41.RS 4
42Show a short help text on the command line\&.
43.RE
44.PP
45\fB\-f\fR \fIKEYFILE\fR
46.RS 4
47Open an existing keyfile, read the key from the file, and install the key, activating encryption\&.
48.RE
49.PP
50\fB\-g\fR \fIKEYFILE\fR
51.RS 4
52Generate a new random key, install the key, activate encryption, and store the key into the file KEYFILE\&.
53.RE
54.PP
55\fB\-u\fR
56.RS 4
57Uninstall the key, deactivating encryption\&.
58.RE
59.PP
60\fB\-s\fR
61.RS 4
62Check if a key is installed\&.
63.RE
64.PP
65\fB\-c\fR \fIKEYFILE\fR
66.RS 4
67Create a KEYFILE from an installed key\&.
68.RE
69.SH "VERSION"
70.PP
71This man page is correct for version 3\&.6 of the Samba suite\&.
72.SH "AUTHOR"
73.PP
74The original version of smbta\-util was created by Holger Hetterich\&.
75.PP
76The 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.