man-pages/man1/iceauth.1.html
2021-03-31 01:06:50 +01:00

181 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of ICEAUTH</TITLE>
</HEAD><BODY>
<H1>ICEAUTH</H1>
Section: User Commands (1)<BR>Updated: iceauth 1.0.8<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
iceauth - ICE authority file utility
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>iceauth</B>
[ <B>-f</B> <I>authfile</I> ] [ <B>-vqibuV</B> ] [ <I>command arg ...</I> ]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<P>
The <I>iceauth</I> program is used to edit and display the authorization
information used in connecting with ICE. This program is usually
used to extract authorization records from one machine and merge them in on
another (as is the case when using remote logins or granting access to
other users). Commands (described below) may be entered interactively,
on the <I>iceauth</I> command line, or in scripts.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<P>
<B>-f</B> <I>authfile</I> Name of the authority file to use. Will default to
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;file&nbsp;currently&nbsp;in&nbsp;use&nbsp;by&nbsp;the&nbsp;session.
<P>
<B>-v</B> Turns on extra messages (verbose mode)
<P>
<B>-q</B> Turns off extra messages (quiet mode)
<P>
<B>-i</B> Ignore the locks on the authority file
<P>
<B>-b</B> Break the locks on the authority file
<P>
<B>-u</B> Print basic usage instructions
<P>
<B>-V</B> Print version and exit
<P>
<A NAME="lbAF">&nbsp;</A>
<H2>USAGE</H2>
<P>
When <I>iceauth</I> is run it will allow the following set of commands
to be entered interactively or in scripts.
<P>
<B>?</B>
<P>
List available commands.
<P>
<B>help</B>
<P>
Print help information. You may supply a command name to <I>help</I> to
get specific information about it.
<P>
<B>info</B>
<P>
Print information about the entries in the authority file.
<P>
<B>list</B>
<P>
List (print) entries in the authority file. You may specify optional
modifiers as below to specify which entries are listed.
<P>
<I>list</I> [ <I>protocol_name</I> ] [ <I>protocol_data</I> ] [
<I>netid</I> ] [ <I>authname</I> ]
<P>
<B>add</B>
<P>
Add an entry to the authority file. This must be in the format
<P>
<I>add</I> <I>protocol_name</I> <I>protocol_data</I> <I>netid</I> <I>authname</I> <I>authdata</I>
<P>
<B>remove</B>
<P>
Remove entries from the authority file.
<P>
<I>remove</I> [ <I>protocol_name</I> ] [ <I>protocol_data</I> ] [
<I>netid</I> ] [ <I>authname</I> ]
<P>
<B>extract</B>
<P>
Extract entries from the authority file in to a destination file. You
must supply the path to the destination to this command as in the
following format. Optional specifiers allow you to narrow which
entries are extracted.
<P>
<I>extract</I> <I>filename</I> [ <I>protocol_name</I> ] [ <I>protocol_data</I> ]
[ <I>netid</I> ] [ <I>authname</I> ]
<P>
<B>merge</B>
<P>
Merge entries from other files in to the authority file selected by the program. You may supply any number of file paths to this command as follows:
<P>
<I>merge</I> <I>filename1</I> [ <I>filename2</I> ] [ <I>filename3</I> ] ...
<P>
<B>exit</B>
<P>
Save changes and exit the program.
<P>
<B>quit</B>
<P>
Abort changes and exit the program without saving.
<P>
<B>source</B>
<P>
Read and execute commands from a file.
<P>
<I>source</I> <I>filename</I>
<P>
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHOR</H2>
Ralph Mor, X Consortium
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="5"><A HREF="#lbAF">USAGE</A><DD>
<DT id="6"><A HREF="#lbAG">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:17 GMT, March 31, 2021
</BODY>
</HTML>