6b0c1f9f8fa0fc585f2abc5a2dcbde834c009912
[openafs.git] / doc / man-pages / pod8 / bos_listusers.pod
1 =head1 NAME
2
3 bos listusers - Lists the privileged users from the UserList file
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<bos listusers> S<<< B<-server> <I<machine name>> >>> S<<< [B<-cell> <I<cell name>>] >>>
11     [B<-noauth>] [B<-localauth>] [B<-help>]
12
13 B<bos listu> S<<< B<-s> <I<machine name>> >>> S<<< [B<-c> <I<cell name>>] >>> [B<-n>]
14     [B<-l>] [B<-h>]
15
16 =for html
17 </div>
18
19 =head1 DESCRIPTION
20
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>
24 and B<vos> commands.
25
26 To edit the list of users, use the B<bos adduser> and B<bos removeuser>
27 commands.
28
29 =head1 OPTIONS
30
31 =over 4
32
33 =item B<-server> <I<machine name>>
34
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)>.
38
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.
42
43 =item B<-cell> <I<cell name>>
44
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)>.
47
48 =item B<-noauth>
49
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
52 L<bos(8)>.
53
54 =item B<-localauth>
55
56 Constructs a server ticket using a key from the local
57 F</usr/afs/etc/KeyFile> file. The B<bos> command interpreter presents the
58 ticket to the BOS Server during mutual authentication. Do not combine this
59 flag with the B<-cell> or B<-noauth> options. For more details, see
60 L<bos(8)>.
61
62 =item B<-help>
63
64 Prints the online help for this command. All other valid options are
65 ignored.
66
67 =back
68
69 =head1 OUTPUT
70
71 The output lists the user name of each user entitled to issue privileged
72 B<bos> and B<vos> commands.
73
74 =head1 EXAMPLES
75
76 The following example lists the users from UserList file on the machine
77 C<fs4.abc.com>.
78
79    % bos listusers fs4.abc.com
80    SUsers are: pat smith jones terry
81
82 =head1 PRIVILEGE REQUIRED
83
84 None
85
86 =head1 SEE ALSO
87
88 L<KeyFile(5)>,
89 L<UserList(5)>,
90 L<bos(8)>,
91 L<bos_adduser(8)>,
92 L<bos_removeuser(8)>
93
94 =head1 COPYRIGHT
95
96 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
97
98 This documentation is covered by the IBM Public License Version 1.0.  It was
99 converted from HTML to POD by software written by Chas Williams and Russ
100 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.