doc: pt_util manpage fixes
[openafs.git] / doc / man-pages / pod8 / bos_adduser.pod
1 =head1 NAME
2
3 bos_adduser - Adds a privileged user to the UserList file
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
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>]
12
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>]
15
16 =for html
17 </div>
18
19 =head1 DESCRIPTION
20
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.
25
26 =head1 OPTIONS
27
28 =over 4
29
30 =item B<-server> <I<machine name>>
31
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)>.
36
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
41 L<bos(8)>.
42
43 =item B<-user> <I<user names>>+
44
45 Specifies each user name to insert into the F</usr/afs/etc/UserList> file.
46
47 =item B<-cell> <I<cell name>>
48
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)>.
51
52 =item B<-noauth>
53
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
56 L<bos(8)>.
57
58 =item B<-localauth>
59
60 Constructs a server ticket using a key from the local
61 F</usr/afs/etc/KeyFile> file. 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
64 L<bos(8)>.
65
66 =item B<-help>
67
68 Prints the online help for this command. All other valid options are
69 ignored.
70
71 =back
72
73 =head1 EXAMPLES
74
75 The following command adds the user names C<pat> and C<smith> to the
76 F</usr/afs/etc/UserList> file on the machine C<fs1.example.com> (the system
77 control machine).
78
79    % bos adduser -server fs1.example.com -user pat smith
80
81 =head1 PRIVILEGE REQUIRED
82
83 The issuer must be listed in the F</usr/afs/etc/UserList> file on the
84 machine named by the B<-server> argument, or must be logged onto a server
85 machine as the local superuser C<root> if the B<-localauth> flag is
86 included.
87
88 =head1 SEE ALSO
89
90 L<KeyFile(5)>,
91 L<UserList(5)>,
92 L<bos(8)>,
93 L<bos_listusers(8)>,
94 L<bos_removeuser(8)>
95
96 =head1 COPYRIGHT
97
98 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
99
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.