librpc: Fix error path cleanups in start_rpc_host_send()
[Samba.git] / docs-xml / manpages / profiles.1.xml
blob9d57a7d61d2b66bbba666251c754bf027a15ac88
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">
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>
14 <refnamediv>
15         <refname>profiles</refname>
16         <refpurpose>A utility to report and change SIDs in registry files
17         </refpurpose>
18 </refnamediv>
20 <refsynopsisdiv>
21         <cmdsynopsis>
22                 <command>profiles</command>
23                 <arg choice="opt">-c|--change-sid=STRING</arg>
24                 <arg choice="opt">-n|--new-sid=STRING</arg>
25                 <arg choice="opt">-v|--verbose</arg>
26                 <arg choice="opt">-?|--help</arg>
27                 <arg choice="opt">--usage</arg>
28                 <arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
29                 <arg choice="opt">--debug-stdout</arg>
30                 <arg choice="opt">--configfile=CONFIGFILE</arg>
31                 <arg choice="opt">--option=name=value</arg>
32                 <arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
33                 <arg choice="opt">--leak-report</arg>
34                 <arg choice="opt">--leak-report-full</arg>
35                 <arg choice="req">FILE</arg>
36         </cmdsynopsis>
37 </refsynopsisdiv>
39 <refsect1>
40         <title>DESCRIPTION</title>
42         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
43         <manvolnum>7</manvolnum></citerefentry> suite.</para>
45         <para><command>profiles</command> is a utility that 
46         reports and changes SIDs in windows registry files. It currently only 
47         supports NT.
48         </para>
49 </refsect1>
52 <refsect1>
53         <title>OPTIONS</title>
55         <variablelist>
56                 <varlistentry>
57                 <term>file</term>
58                 <listitem><para>Registry file to view or edit.  </para></listitem>
59                 </varlistentry>
62                 <varlistentry>
63                 <term>-v,--verbose</term>
64                 <listitem><para>Increases verbosity of messages. 
65                 </para></listitem>
66                 </varlistentry>
68                 <varlistentry>
69                 <term>-c SID1 -n SID2</term>
70                 <term>--change-sid SID1 --new-sid SID2</term>
71                 <listitem><para>Change all occurrences of SID1 in <filename>file</filename> by SID2.
72                 </para></listitem>
73                 </varlistentry>
75                 &cmdline.common.samba.client;
76                 &popt.autohelp;
77         </variablelist>
78 </refsect1>
80 <refsect1>
81         <title>VERSION</title>
83         <para>This man page is part of version &doc.version; of the Samba
84         suite.</para>
85 </refsect1>
87 <refsect1>
88         <title>AUTHOR</title>
89         
90         <para>The original Samba software and related utilities 
91         were created by Andrew Tridgell. Samba is now developed
92         by the Samba Team as an Open Source project similar 
93         to the way the Linux kernel is developed.</para>
94         
95         <para>The profiles man page was written by Jelmer Vernooij. </para>
96 </refsect1>
98 </refentry>