openafs/doc/html/AdminReference/auarf189.htm
Derrick Brashear d7da1acc31 initial-html-documentation-20010606
pull in all documentation from IBM
2001-06-06 19:09:07 +00:00

119 lines
6.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
<HTML><HEAD>
<TITLE>Administration Reference</TITLE>
<!-- Begin Header Records ========================================== -->
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
</HEAD><BODY>
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
<BODY bgcolor="ffffff">
<!-- End Header Records ============================================ -->
<A NAME="Top_Of_Page"></A>
<H1>Administration Reference</H1>
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf188.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf190.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
<P>
<H2><A NAME="HDRKAS_LIST" HREF="auarf002.htm#ToC_203">kas list</A></H2>
<A NAME="IDX5112"></A>
<A NAME="IDX5113"></A>
<A NAME="IDX5114"></A>
<A NAME="IDX5115"></A>
<P><STRONG>Purpose</STRONG>
<P>Displays all entries in the Authentication Database
<P><STRONG>Synopsis</STRONG>
<PRE><B>kas list</B> [<B>-long</B>] [<B>-showadmin</B>] [<B>-showkey</B>]
[<B>-admin_username</B> &lt;<VAR>admin&nbsp;principal&nbsp;to&nbsp;use&nbsp;for&nbsp;authentication</VAR>>]
[<B>-password_for_admin</B> &lt;<VAR>admin&nbsp;password</VAR>>] [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]
[<B>-servers</B> &lt;<VAR>explicit&nbsp;list&nbsp;of&nbsp;authentication&nbsp;servers</VAR>><SUP>+</SUP>]
[<B>-noauth</B>] [<B>-help</B>]
<B>kas ls</B> [<B>-l</B>] [<B>-showa</B>] [<B>-showk</B>]
[<B>-a</B> &lt;<VAR>admin&nbsp;principal&nbsp;to&nbsp;use&nbsp;for&nbsp;authentication</VAR>>]
[<B>-p</B> &lt;<VAR>admin&nbsp;password</VAR>>] [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]
[<B>-se</B> &lt;<VAR>explicit&nbsp;list&nbsp;of&nbsp;authentication&nbsp;servers</VAR>><SUP>+</SUP>] [<B>-n</B>] [<B>-h</B>]
</PRE>
<P><STRONG>Description</STRONG>
<P>The <B>kas list</B> command either displays all entries from the
Authentication Database by name, or displays the full database entry for a
defined set of entries, as determined by the flag provided:
<UL>
<P><LI>To display every entry in the Authentication Database in full, include the
<B>-long</B> flag.
<P><LI>To display only those entries in full that have the <TT>ADMIN</TT> flag
set, include the <B>-showadmin</B> flag.
<P><LI>To list only the name of each Authentication Database entry, omit both the
<B>-long</B> and <B>-showadmin</B> flags.
</UL>
<P>By default, full entries include a checksum for the encryption key, rather
than the actual octal digits that constitute the key. To display the
octal digits, include the <B>-showkey</B> flag with the <B>-long</B>
or <B>-showadmin</B> flag.
<P><STRONG>Options</STRONG>
<DL>
<P><DT><B>-long
</B><DD>Displays every Authentication Database entry in full. Provide this
flag or the <B>-showadmin</B> flag, or omit both to display just the name
of every database entry.
<P><DT><B>-showadmin
</B><DD>Displays in full only the Authentication Database entries that have the
<TT>ADMIN</TT> flag set. Provide this flag or the <B>-long</B>
flag, or omit both to display just the name of every database entry.
<P><DT><B>-showkey
</B><DD>Displays the octal digits that constitute the key in each full
entry. Provide either the <B>-long</B> or <B>-showadmin</B>
flag along with this one.
<P><DT><B>-admin_username
</B><DD>Specifies the user identity under which to authenticate with the
Authentication Server for execution of the command. For more details,
see the introductory <B>kas</B> reference page.
<P><DT><B>-password_for_admin
</B><DD>Specifies the password of the command's issuer. If it is
omitted (as recommended), the <B>kas</B> command interpreter prompts for
it and does not echo it visibly. For more details, see the introductory
<B>kas</B> reference page.
<P><DT><B>-cell
</B><DD>Names the cell in which to run the command. For more details, see
the introductory <B>kas</B> reference page.
<P><DT><B>-servers
</B><DD>Names each machine running an Authentication Server with which to
establish a connection. For more details, see the introductory
<B>kas</B> reference page.
<P><DT><B>-noauth
</B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
issuer. For more details, see the introductory <B>kas</B> reference
page.
<P><DT><B>-help
</B><DD>Prints the online help for this command. All other valid options
are ignored.
</DL>
<P><STRONG>Output</STRONG>
<P>If neither the <B>-long</B> or <B>-showadmin</B> flag is provided,
the output lists the name of each entry in the Authentication Database on its
own line.
<P>If the <B>-long</B> flag is included, the output includes every
Authentication Database entry in full. If the <B>-showadmin</B>
flag is included, the output includes in full only the Authentication Database
entries that have the <TT>ADMIN</TT> flag set. If the
<B>-showkey</B> is provided along with either one, the output includes the
octal digits that constitute the encryption key in each entry.
<P>A full Authentication Database entry includes the same information
displayed by the <B>kas examine</B> command; for details, see that
command's reference page.
<P><STRONG>Privilege Required</STRONG>
<P>The issuer must have the <TT>ADMIN</TT> flag set on his or her
Authentication Database entry.
<P><STRONG>Related Information</STRONG>
<P><A HREF="auarf181.htm#HDRKAS_INTRO">kas</A>
<P><A HREF="auarf185.htm#HDRKAS_EXAMINE">kas examine</A>
<P>
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf188.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf190.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
<!-- Begin Footer Records ========================================== -->
<P><HR><B>
<br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
</B>
<!-- End Footer Records ============================================ -->
<A NAME="Bot_Of_Page"></A>
</BODY></HTML>