blob: 1c53c74a03aea95e0cd6bebec33f620994711e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "PROFILES" 1 "" "" ""
.SH NAME
profiles \- A utility to report and change SIDs in registry files
.SH "SYNOPSIS"
.nf
\fBprofiles\fR [-v] [-c SID] [-n SID] {file}
.fi
.SH "DESCRIPTION"
.PP
This tool is part of the \fBSamba\fR(7) suite\&.
.PP
\fBprofiles\fR is a utility that reports and changes SIDs in windows registry files\&. It currently only supports NT\&.
.SH "OPTIONS"
.TP
file
Registry file to view or edit\&.
.TP
-v,--verbose
Increases verbosity of messages\&.
.TP
-c SID1 -n SID2
Change all occurences of SID1 in \fIfile\fR by SID2\&.
.TP
-h|--help
Print a summary of command line options\&.
.SH "VERSION"
.PP
This man page is correct for version 3\&.0 of the Samba suite\&.
.SH "AUTHOR"
.PP
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\&.
.PP
The profiles man page was written by Jelmer Vernooij\&.
|