Docbook XML conversion: faq
[Samba/vl.git] / docs / docbook / manpages / profiles.1.sgml
blob6fd2b6fd86abc59ca1d653877e660111504b0c34
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
3 ]>
4 <refentry id="profiles.1">
6 <refmeta>
7 <refentrytitle>profiles</refentrytitle>
8 <manvolnum>1</manvolnum>
9 </refmeta>
12 <refnamediv>
13 <refname>profiles</refname>
14 <refpurpose>A utility to report and change SIDs in registry files
15 </refpurpose>
16 </refnamediv>
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>
28 <refsect1>
29 <title>DESCRIPTION</title>
31 <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
32 <manvolnum>7</manvolnum></citerefentry> suite.</para>
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>
41 <refsect1>
42 <title>OPTIONS</title>
44 <variablelist>
45 <varlistentry>
46 <term>file</term>
47 <listitem><para>Registry file to view or edit. </para></listitem>
48 </varlistentry>
51 <varlistentry>
52 <term>-v,--verbose</term>
53 <listitem><para>Increases verbosity of messages.
54 </para></listitem>
55 </varlistentry>
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>
63 &stdarg.help;
65 </variablelist>
66 </refsect1>
68 <refsect1>
69 <title>VERSION</title>
71 <para>This man page is correct for version 3.0 of the Samba
72 suite.</para>
73 </refsect1>
75 <refsect1>
76 <title>AUTHOR</title>
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>
83 <para>The profiles man page was written by Jelmer Vernooij. </para>
84 </refsect1>
86 </refentry>