3 bos_removeuser - Removes a privileged user from the UserList file
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>]
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>]
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.
29 =item B<-server> <I<machine name>>
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)>.
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
42 =item B<-user> <I<user names>>+
44 Specifies each user name to remove.
46 =item B<-cell> <I<cell name>>
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)>.
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
59 Constructs a server ticket using a key from the local
60 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
61 The B<bos> command interpreter presents the
62 ticket to the BOS Server during mutual authentication. Do not combine this
63 flag with the B<-cell> or B<-noauth> options. For more details, see
68 Prints the online help for this command. All other valid options are
75 The following example removes the users C<pat> and C<jones> from the
76 F<UserList> file on the system control machine C<fs1.example.com>.
78 % bos removeuser -server fs1.example.com -user pat jones
80 =head1 PRIVILEGE REQUIRED
82 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
83 machine named by the B<-server> argument, or must be logged onto a server
84 machine as the local superuser C<root> if the B<-localauth> flag is
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.