samba-tool: add -v to domain --verbose
[kai/samba-autobuild/.git] / docs-xml / manpages / profiles.1.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="profiles.1">
4
5 <refmeta>
6         <refentrytitle>profiles</refentrytitle>
7         <manvolnum>1</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">User Commands</refmiscinfo>
10         <refmiscinfo class="version">&doc.version;</refmiscinfo>
11 </refmeta>
12
13
14 <refnamediv>
15         <refname>profiles</refname>
16         <refpurpose>A utility to report and change SIDs in registry files
17         </refpurpose>
18 </refnamediv>
19
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>profiles</command>
23                 <arg choice="opt">-v</arg>
24                 <arg choice="opt">-c|--change-sid SID</arg>
25                 <arg choice="opt">-n|--new-sid SID</arg>
26                 <arg choice="req">file</arg>
27         </cmdsynopsis>
28 </refsynopsisdiv>
29
30 <refsect1>
31         <title>DESCRIPTION</title>
32
33         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
34         <manvolnum>7</manvolnum></citerefentry> suite.</para>
35
36         <para><command>profiles</command> is a utility that 
37         reports and changes SIDs in windows registry files. It currently only 
38         supports NT.
39         </para>
40 </refsect1>
41
42
43 <refsect1>
44         <title>OPTIONS</title>
45
46         <variablelist>
47                 <varlistentry>
48                 <term>file</term>
49                 <listitem><para>Registry file to view or edit.  </para></listitem>
50                 </varlistentry>
51
52
53                 <varlistentry>
54                 <term>-v,--verbose</term>
55                 <listitem><para>Increases verbosity of messages. 
56                 </para></listitem>
57                 </varlistentry>
58
59                 <varlistentry>
60                 <term>-c SID1 -n SID2</term>
61                 <term>--change-sid SID1 --new-sid SID2</term>
62                 <listitem><para>Change all occurrences of SID1 in <filename>file</filename> by SID2.
63                 </para></listitem>
64                 </varlistentry>
65
66                 &popt.common.samba.client;
67                 &popt.autohelp;
68
69         </variablelist>
70 </refsect1>
71
72 <refsect1>
73         <title>VERSION</title>
74
75         <para>This man page is part of version &doc.version; of the Samba
76         suite.</para>
77 </refsect1>
78
79 <refsect1>
80         <title>AUTHOR</title>
81         
82         <para>The original Samba software and related utilities 
83         were created by Andrew Tridgell. Samba is now developed
84         by the Samba Team as an Open Source project similar 
85         to the way the Linux kernel is developed.</para>
86         
87         <para>The profiles man page was written by Jelmer Vernooij. </para>
88 </refsect1>
89
90 </refentry>