doc: replace hostnames with IETF example hostnames
[openafs.git] / doc / man-pages / pod8 / bos_removeuser.pod
1 =head1 NAME
2
3 bos_removeuser - Removes a privileged user from the UserList file
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<bos removeuser> S<<< B<-server> <I<machine name>> >>> S<<< B<-user> <I<user names>>+ >>>
11     S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>] [B<-help>]
12
13 B<bos removeu> S<<< B<-s> <I<machine name>> >>> S<<< B<-u> <I<user names>>+ >>>
14     S<<< [B<-c> <I<cell name>>] >>> [B<-n>] [B<-l>] [B<-h>]
15
16 =for html
17 </div>
18
19 =head1 DESCRIPTION
20
21 The B<bos removeuser> command removes each user name specified with the
22 B<-user> argument from the F</usr/afs/etc/UserList> file on the machine
23 named by the B<-server> argument.
24
25 =head1 OPTIONS
26
27 =over 4
28
29 =item B<-server> <I<machine name>>
30
31 Indicates the server machine on which to change the
32 F</usr/afs/etc/UserList> file. Identify the machine by IP address or its
33 host name (either fully-qualified or abbreviated unambiguously). For
34 details, see L<bos(8)>.
35
36 In cells that use the Update Server to distribute the contents of the
37 F</usr/afs/etc> directory, it is conventional to specify only the system
38 control machine as a value for the B<-server> argument. Otherwise, repeat
39 the command for each file server machine. For further discussion, see
40 L<bos(8)>.
41
42 =item B<-user> <I<user names>>+
43
44 Specifies each user name to remove.
45
46 =item B<-cell> <I<cell name>>
47
48 Names the cell in which to run the command. Do not combine this argument
49 with the B<-localauth> flag. For more details, see L<bos(8)>.
50
51 =item B<-noauth>
52
53 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
54 combine this flag with the B<-localauth> flag. For more details, see
55 L<bos(8)>.
56
57 =item B<-localauth>
58
59 Constructs a server ticket using a key from the local
60 F</usr/afs/etc/KeyFile> file. The B<bos> command interpreter presents the
61 ticket to the BOS Server during mutual authentication. Do not combine this
62 flag with the B<-cell> or B<-noauth> options. For more details, see
63 L<bos(8)>.
64
65 =item B<-help>
66
67 Prints the online help for this command. All other valid options are
68 ignored.
69
70 =back
71
72 =head1 EXAMPLES
73
74 The following example removes the users C<pat> and C<jones> from the
75 F<UserList> file on the system control machine C<fs1.example.com>.
76
77    % bos removeuser -server fs1.example.com -user pat jones
78
79 =head1 PRIVILEGE REQUIRED
80
81 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
82 machine named by the B<-server> argument, or must be logged onto a server
83 machine as the local superuser C<root> if the B<-localauth> flag is
84 included.
85
86 =head1 SEE ALSO
87
88 L<KeyFile(5)>,
89 L<UserList(5)>,
90 L<bos(8)>,
91 L<bos_addkey(8)>,
92 L<bos_listkeys(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.