~lefteris-nikoltsios/+junk/samba-lp1016895

« back to all changes in this revision

Viewing changes to docs/manpages/smbta-util.8

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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/18/2011
 
6
.\"    Manual: System Administration tools
 
7
.\"    Source: Samba 3.6
 
8
.\"  Language: English
 
9
.\"
 
10
.TH "SMBTA\-UTIL" "8" "10/18/2011" "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"
 
22
smbta-util \- control encryption in VFS smb_traffic_analyzer
 
23
.SH "SYNOPSIS"
 
24
.HP \w'\ 'u
 
25
smbta\-util
 
26
.HP \w'\ 'u
 
27
smbta\-util [\fIOPTIONS\fR...]
 
28
.SH "DESCRIPTION"
 
29
.PP
 
30
This tool is part of the
 
31
\fBsamba\fR(7)
 
32
suite\&.
 
33
.PP
 
34
smbta\-util
 
35
is a tool to ease the configuration of the vfs_smb_traffic_analyzer module regarding data encryption\&.
 
36
.PP
 
37
The 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
 
42
Show a short help text on the command line\&.
 
43
.RE
 
44
.PP
 
45
\fB\-f\fR \fIKEYFILE\fR
 
46
.RS 4
 
47
Open 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
 
52
Generate 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
 
57
Uninstall the key, deactivating encryption\&.
 
58
.RE
 
59
.PP
 
60
\fB\-s\fR
 
61
.RS 4
 
62
Check if a key is installed\&.
 
63
.RE
 
64
.PP
 
65
\fB\-c\fR \fIKEYFILE\fR
 
66
.RS 4
 
67
Create a KEYFILE from an installed key\&.
 
68
.RE
 
69
.SH "VERSION"
 
70
.PP
 
71
This man page is correct for version 3\&.6 of the Samba suite\&.
 
72
.SH "AUTHOR"
 
73
.PP
 
74
The original version of smbta\-util was created by Holger Hetterich\&.
 
75
.PP
 
76
The 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\&.