syncing docs from 3.0 tree (thanks jelmer).
[Samba.git] / docs / docbook / manpages / profiles.1.xml
blob3ae823f634a34eef82b342c4453d0edea2d8f0a2
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
3                                   
4 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
5 ]>
6 <refentry id="profiles.1">
8 <refmeta>
9         <refentrytitle>profiles</refentrytitle>
10         <manvolnum>1</manvolnum>
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">-v</arg>
24                 <arg choice="opt">-c SID</arg>
25                 <arg choice="opt">-n SID</arg>
26                 <arg choice="req">file</arg>
27         </cmdsynopsis>
28 </refsynopsisdiv>
30 <refsect1>
31         <title>DESCRIPTION</title>
33         <para>This tool is part of the <citerefentry><refentrytitle>Samba</refentrytitle>
34         <manvolnum>7</manvolnum></citerefentry> suite.</para>
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>
43 <refsect1>
44         <title>OPTIONS</title>
46         <variablelist>
47                 <varlistentry>
48                 <term>file</term>
49                 <listitem><para>Registry file to view or edit.  </para></listitem>
50                 </varlistentry>
53                 <varlistentry>
54                 <term>-v,--verbose</term>
55                 <listitem><para>Increases verbosity of messages. 
56                 </para></listitem>
57                 </varlistentry>
59                 <varlistentry>
60                 <term>-c SID1 -n SID2</term>
61                 <listitem><para>Change all occurences of SID1 in <filename>file</filename> by SID2.
62                 </para></listitem>
63                 </varlistentry>
65                 &stdarg.help;
66                 
67         </variablelist>
68 </refsect1>
70 <refsect1>
71         <title>VERSION</title>
73         <para>This man page is correct for version 3.0 of the Samba 
74         suite.</para>
75 </refsect1>
77 <refsect1>
78         <title>AUTHOR</title>
79         
80         <para>The original Samba software and related utilities 
81         were created by Andrew Tridgell. Samba is now developed
82         by the Samba Team as an Open Source project similar 
83         to the way the Linux kernel is developed.</para>
84         
85         <para>The profiles man page was written by Jelmer Vernooij. </para>
86 </refsect1>
88 </refentry>