s3:modules: s/struct timed_event/struct tevent_timer
[Samba/gebeck_regimport.git] / docs-xml / manpages / profiles.1.xml
blobd791fcfdcc49c2ab8a83b1f64cde3c7bb26b1a12
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">4.0</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">-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 occurrences 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 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>