Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod5 / UserList.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3UserList - Defines privileged administrators
4
5=head1 DESCRIPTION
6
7The F<UserList> file lists the AFS usernames of the system administrators
8authorized to issue privileged B<bos>, B<vos>, and B<backup> commands that
9affect the local server machine or the volumes housed on it. It must
10reside in the F</usr/afs/etc> directory on every server machine.
11
12Although the F<UserList> file is in ASCII format, do not use a text editor
13to alter it. Instead always use the appropriate commands from the B<bos>
14command suite:
15
16=over 4
17
18=item *
19
20The B<bos adduser> command to add a user to the file.
21
22=item *
23
24The B<bos listusers> command to display the contents of the file.
25
26=item *
27
28The B<bos removeuser> command to remove a user from the file.
29
30=back
31
32Although it is theoretically possible to list different administrators in
33the F<UserList> files on different server machines, doing so can cause
34unanticipated authorization failures and is not recommended. In cells that
35use the Update Server to distribute the contents of the F</usr/afs/etc>
36directory, it is customary to edit only the copy of the file stored on the
37system control machine. Otherwise, edit the file on each server machine
38individually.
39
40=head1 SEE ALSO
41
42L<bos_adduser(8)>,
43L<bos_listusers(8)>,
44L<bos_removeuser(8)>,
45L<upclient(8)>,
46L<upserver(8)>
47
48=head1 COPYRIGHT
49
50IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
51
52This documentation is covered by the IBM Public License Version 1.0. It was
53converted from HTML to POD by software written by Chas Williams and Russ
54Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.