Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / doc / install / Documentation / en_US / html / CmdRef / auarf108.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Reference</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3190/auarf000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 5 Nov 1999 at 13:58:29                -->
7 <META HTTP-EQUIV="updated" CONTENT="Fri, 05 Nov 1999 13:58:29">
8 <META HTTP-EQUIV="review" CONTENT="Sun, 05 Nov 2000 13:58:29">
9 <META HTTP-EQUIV="expires" CONTENT="Mon, 05 Nov 2001 13:58:29">
10 </HEAD><BODY>
11 <!-- (C) IBM Corporation 2000. All Rights Reserved    --> 
12 <BODY bgcolor="ffffff"> 
13 <!-- End Header Records  ============================================ -->
14 <A NAME="Top_Of_Page"></A>
15 <H1>Administration Reference</H1>
16 <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="auarf107.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="auarf109.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> 
17 <P>
18 <H2><A NAME="HDRBOS_LISTUSERS" HREF="auarf002.htm#ToC_122">bos listusers</A></H2>
19 <A NAME="IDX4570"></A>
20 <A NAME="IDX4571"></A>
21 <A NAME="IDX4572"></A>
22 <A NAME="IDX4573"></A>
23 <A NAME="IDX4574"></A>
24 <P><STRONG>Purpose</STRONG>
25 <P>Lists the privileged users from the <B>/usr/afs/etc/UserList</B> file
26 <P><STRONG>Synopsis</STRONG>
27 <PRE><B>bos listusers -server</B> &lt;<VAR>machine&nbsp;name</VAR>>  [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  
28               [<B>-noauth</B>]   [<B>-localauth</B>]   [<B>-help</B>]
29    
30 <B>bos listu -s</B> &lt;<VAR>machine&nbsp;name</VAR>>  [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-n</B>]  [<B>-l</B>]  [<B>-h</B>]
31 </PRE>
32 <P><STRONG>Description</STRONG>
33 <P>The <B>bos listusers</B> command lists the user names from the
34 <B>/usr/afs/etc/UserList</B> file on the file server machine named by the
35 <B>-server</B> argument. The users are authorized to issue
36 privileged <B>bos</B> and <B>vos</B> commands.
37 <P>To edit the list of users, use the <B>bos adduser</B> and <B>bos
38 removeuser</B> commands.
39 <P><STRONG>Options</STRONG>
40 <DL>
41 <P><DT><B><B>-server</B>
42 </B><DD>Indicates the server machine from which to display the <B>UserList</B>
43 file. Identify the machine by IP address or its host name (either
44 fully-qualified or abbreviated unambiguously). For details, see the
45 introductory reference page for the <B>bos</B> command suite. 
46 <P>For consistent performance in the cell, the output must be the same on
47 every server machine. The <B>bos adduser</B> reference page
48 explains how to keep the machines synchronized.
49 <P><DT><B><B>-cell</B>
50 </B><DD>Names the cell in which to run the command. Do not combine this
51 argument with the <B>-localauth</B> flag. For more details, see the
52 introductory <B>bos</B> reference page.
53 <P><DT><B><B>-noauth</B>
54 </B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
55 issuer. Do not combine this flag with the <B>-localauth</B>
56 flag. For more details, see the introductory <B>bos</B> reference
57 page.
58 <P><DT><B><B>-localauth</B>
59 </B><DD>Constructs a server ticket using a key from the local
60 <B>/usr/afs/etc/KeyFile</B> file. The <B>bos</B> command
61 interpreter presents the ticket to the BOS Server during mutual
62 authentication. Do not combine this flag with the <B>-cell</B> or
63 <B>-noauth</B> options. For more details, see the introductory
64 <B>bos</B> reference page.
65 <P><DT><B>-help
66 </B><DD>Prints the online help for this command. All other valid options
67 are ignored.
68 </DL>
69 <P><STRONG>Output</STRONG>
70 <P>The output lists the user name of each user entitled to issue privileged
71 <B>bos</B> and <B>vos</B> commands.
72 <P><STRONG>Examples</STRONG>
73 <P>The following example lists the users from <B>UserList</B> file on the
74 machine <B>fs4.abc.com</B>. 
75 <PRE>   % <B>bos listusers fs4.abc.com</B>
76    SUsers are&#58; pat smith jones terry
77     
78 </PRE>
79 <P><STRONG>Privilege Required</STRONG>
80 <P>None
81 <P><STRONG>Related Information</STRONG>
82 <P><A HREF="auarf023.htm#HDRKEYFILE">KeyFile</A>
83 <P><A HREF="auarf035.htm#HDRUSERLIST">UserList</A>
84 <P><A HREF="auarf093.htm#HDRBOS_INTRO">bos</A>
85 <P><A HREF="auarf096.htm#HDRBOS_ADDUSER">bos adduser</A>
86 <P><A HREF="auarf112.htm#HDRBOS_REMOVEUSER">bos removeuser</A>
87 <P>
88 <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="auarf107.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="auarf109.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> 
89 <!-- Begin Footer Records  ========================================== -->
90 <P><HR><B> 
91 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
92 </B> 
93 <!-- End Footer Records  ============================================ -->
94 <A NAME="Bot_Of_Page"></A>
95 </BODY></HTML>