3 bos_listusers - Lists the privileged users from the UserList file
10 B<bos listusers> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
11 [B<-noauth>] [B<-localauth>] [B<-help>]
13 B<bos listu> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>]
21 The B<bos listusers> command lists the user names from the
22 F</usr/afs/etc/UserList> file on the file server machine named by the
23 B<-server> argument. The users are authorized to issue privileged B<bos>
26 To edit the list of users, use the B<bos adduser> and B<bos removeuser>
33 =item B<-server> <I<machine name>>
35 Indicates the server machine from which to display the UserList
36 file. Identify the machine by IP address or its host name (either
37 fully-qualified or abbreviated unambiguously). For details, see L<bos(8)>.
39 For consistent performance in the cell, the output must be the same on
40 every server machine. The B<bos adduser> reference page explains how to
41 keep the machines synchronized.
43 =item B<-cell> <I<cell name>>
45 Names the cell in which to run the command. Do not combine this argument
46 with the B<-localauth> flag. For more details, see L<bos(8)>.
50 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
51 combine this flag with the B<-localauth> flag. For more details, see
56 Constructs a server ticket using a key from the local
57 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
58 The B<bos> command interpreter presents the
59 ticket to the BOS Server during mutual authentication. Do not combine this
60 flag with the B<-cell> or B<-noauth> options. For more details, see
65 Prints the online help for this command. All other valid options are
72 The output lists the user name of each user entitled to issue privileged
73 B<bos> and B<vos> commands.
77 The following example lists the users from UserList file on the machine
80 % bos listusers fs4.example.com
81 SUsers are: pat smith jones terry
83 =head1 PRIVILEGE REQUIRED
98 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
100 This documentation is covered by the IBM Public License Version 1.0. It was
101 converted from HTML to POD by software written by Chas Williams and Russ
102 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.