summaryrefslogtreecommitdiff
path: root/docs/manpages/profiles.1
blob: 2aef96aa03acc249ec0d26b2a0dc471e4dbb740e (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
.\" This manpage has been automatically generated by docbook2man 
.\" from a DocBook document.  This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
.\" Please send any bug reports, improvements, comments, patches, 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "PROFILES" "1" "19 april 2003" "" ""

.SH NAME
profiles \- A utility to report and change SIDs in registry files
.SH SYNOPSIS

\fBprofiles\fR [ \fB-v\fR ] [ \fB-c SID\fR ] [ \fB-n SID\fR ] \fBfile\fR

.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
\fBfile\fR
Registry file to view or edit.  
.TP
\fB-v,--verbose\fR
Increases verbosity of messages. 
.TP
\fB-c SID1 -n SID2\fR
Change all occurences of SID1 in \fIfile\fR by SID2.
.TP
\fB-h|--help\fR
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.