diff options
Diffstat (limited to 'docs/htmldocs/profiles.1.html')
-rw-r--r-- | docs/htmldocs/profiles.1.html | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/docs/htmldocs/profiles.1.html b/docs/htmldocs/profiles.1.html new file mode 100644 index 0000000000..53deae6f28 --- /dev/null +++ b/docs/htmldocs/profiles.1.html @@ -0,0 +1,139 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML +><HEAD +><TITLE +>profiles</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD +><BODY +CLASS="REFENTRY" +BGCOLOR="#FFFFFF" +TEXT="#000000" +LINK="#0000FF" +VLINK="#840084" +ALINK="#0000FF" +><H1 +><A +NAME="PROFILES.1" +></A +>profiles</H1 +><DIV +CLASS="REFNAMEDIV" +><A +NAME="AEN5" +></A +><H2 +>Name</H2 +>profiles -- A utility to report and change SIDs in registry files + </DIV +><DIV +CLASS="REFSYNOPSISDIV" +><A +NAME="AEN8" +></A +><H2 +>Synopsis</H2 +><P +><B +CLASS="COMMAND" +>profiles</B +> [-v] [-c SID] [-n SID] {file}</P +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN15" +></A +><H2 +>DESCRIPTION</H2 +><P +>This tool is part of the <SPAN +CLASS="CITEREFENTRY" +><SPAN +CLASS="REFENTRYTITLE" +>Samba</SPAN +>(7)</SPAN +> suite.</P +><P +><B +CLASS="COMMAND" +>profiles</B +> is a utility that + reports and changes SIDs in windows registry files. It currently only + supports NT. + </P +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN23" +></A +><H2 +>OPTIONS</H2 +><P +></P +><DIV +CLASS="VARIABLELIST" +><DL +><DT +>file</DT +><DD +><P +>Registry file to view or edit. </P +></DD +><DT +>-v,--verbose</DT +><DD +><P +>Increases verbosity of messages. + </P +></DD +><DT +>-c SID1 -n SID2</DT +><DD +><P +>Change all occurences of SID1 in <TT +CLASS="FILENAME" +>file</TT +> by SID2. + </P +></DD +><DT +>-h|--help</DT +><DD +><P +>Print a summary of command line options.</P +></DD +></DL +></DIV +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN43" +></A +><H2 +>VERSION</H2 +><P +>This man page is correct for version 3.0 of the Samba + suite.</P +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN46" +></A +><H2 +>AUTHOR</H2 +><P +>The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed.</P +><P +>The profiles man page was written by Jelmer Vernooij. </P +></DIV +></BODY +></HTML +>
\ No newline at end of file |