This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[tprouty/samba.git] / docs / docbook / manpages / profiles.1.sgml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
3 ]>
4 <refentry id="profiles.1">
5
6 <refmeta>
7         <refentrytitle>profiles</refentrytitle>
8         <manvolnum>1</manvolnum>
9 </refmeta>
10
11
12 <refnamediv>
13         <refname>profiles</refname>
14         <refpurpose>A utility to report and change SIDs in registry files
15         </refpurpose>
16 </refnamediv>
17
18 <refsynopsisdiv>
19         <cmdsynopsis>
20                 <command>profiles</command>
21                 <arg choice="opt">-v</arg>
22                 <arg choice="opt">-c SID</arg>
23                 <arg choice="opt">-n SID</arg>
24                 <arg choice="req">file</arg>
25         </cmdsynopsis>
26 </refsynopsisdiv>
27
28 <refsect1>
29         <title>DESCRIPTION</title>
30
31         <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
32         <manvolnum>7</manvolnum></citerefentry> suite.</para>
33
34         <para><command>profiles</command> is a utility that 
35         reports and changes SIDs in windows registry files. It currently only 
36         supports NT.
37         </para>
38 </refsect1>
39
40
41 <refsect1>
42         <title>OPTIONS</title>
43
44         <variablelist>
45                 <varlistentry>
46                 <term>file</term>
47                 <listitem><para>Registry file to view or edit.  </para></listitem>
48                 </varlistentry>
49
50
51                 <varlistentry>
52                 <term>-v,--verbose</term>
53                 <listitem><para>Increases verbosity of messages. 
54                 </para></listitem>
55                 </varlistentry>
56
57                 <varlistentry>
58                 <term>-c SID1 -n SID2</term>
59                 <listitem><para>Change all occurences of SID1 in <filename>file</filename> by SID2.
60                 </para></listitem>
61                 </varlistentry>
62
63                 &stdarg.help;
64                 
65         </variablelist>
66 </refsect1>
67
68 <refsect1>
69         <title>VERSION</title>
70
71         <para>This man page is correct for version 3.0 of the Samba 
72         suite.</para>
73 </refsect1>
74
75 <refsect1>
76         <title>AUTHOR</title>
77         
78         <para>The original Samba software and related utilities 
79         were created by Andrew Tridgell. Samba is now developed
80         by the Samba Team as an Open Source project similar 
81         to the way the Linux kernel is developed.</para>
82         
83         <para>The profiles man page was written by Jelmer Vernooij. </para>
84 </refsect1>
85
86 </refentry>