3 bos_adduser - Adds a privileged user to the UserList file
10 B<bos adduser> 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 addu> 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 bos adduser command adds each user name specified with the B<-user>
22 argument to the F</usr/afs/etc/UserList> file on the machine named by the
23 B<-server> argument. It is the issuer's responsibility to verify that an
24 entry for the user exists in the Authentication and Protection Databases.
30 =item B<-server> <I<machine name>>
32 Indicates the server machine on which to change the
33 F</usr/afs/etc/UserList> file. Identify the machine by IP address or its
34 host name (either fully-qualified or abbreviated unambiguously). For
35 details, see L<bos(8)>.
37 In cells that use the Update Server to distribute the contents of the
38 F</usr/afs/etc> directory, it is conventional to specify only the system
39 control machine as a value for the B<-server> argument. Otherwise, repeat
40 the command for each file server machine. For further discussion, see
43 =item B<-user> <I<user names>>+
45 Specifies each user name to insert into the F</usr/afs/etc/UserList> file.
47 =item B<-cell> <I<cell name>>
49 Names the cell in which to run the command. Do not combine this argument
50 with the B<-localauth> flag. For more details, see L<bos(8)>.
54 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
55 combine this flag with the B<-localauth> flag. For more details, see
60 Constructs a server ticket using a key from the local
61 F</usr/afs/etc/KeyFile> or F</usr/afs/etc/KeyFileExt> file.
62 The B<bos> command interpreter presents the
63 ticket to the BOS Server during mutual authentication. Do not combine this
64 flag with the B<-cell> or B<-noauth> options. For more details, see
69 Prints the online help for this command. All other valid options are
76 The following command adds the user names C<pat> and C<smith> to the
77 F</usr/afs/etc/UserList> file on the machine C<fs1.example.com> (the system
80 % bos adduser -server fs1.example.com -user pat smith
82 =head1 PRIVILEGE REQUIRED
84 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
85 machine named by the B<-server> argument, or must be logged onto a server
86 machine as the local superuser C<root> if the B<-localauth> flag is
100 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
102 This documentation is covered by the IBM Public License Version 1.0. It was
103 converted from HTML to POD by software written by Chas Williams and Russ
104 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.