source: vendor/3.6.0/docs-xml/manpages-3/profiles.1.xml

Last change on this file was 740, checked in by Silvan Scherrer, 13 years ago

Samba Server: update vendor to 3.6.0

File size: 2.2 KB
Line 
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">3.6</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 SID</arg>
25 <arg choice="opt">-n 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 <listitem><para>Change all occurences of SID1 in <filename>file</filename> by SID2.
62 </para></listitem>
63 </varlistentry>
64
65 &stdarg.help;
66
67 </variablelist>
68</refsect1>
69
70<refsect1>
71 <title>VERSION</title>
72
73 <para>This man page is correct for version 3 of the Samba
74 suite.</para>
75</refsect1>
76
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>
87
88</refentry>
Note: See TracBrowser for help on using the repository browser.