Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod8 / uss.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3uss - Introduction to the uss command suite (deprecated)
4
5=head1 CAUTIONS
6
7The B<uss> command suite is currently designed for cells using the
8obsolete Authentication Server, and therefore is primarily useful for
9sites that have not yet migrated to a Kerberos version 5 KDC. The
10Authentication Server and supporting commands will be removed in a future
11version of OpenAFS, which may include B<uss> unless someone who finds it
12useful converts it to work with a Kerberos version 5 KDC.
13
14=head1 DESCRIPTION
15
16The commands in the B<uss> command suite help administrators to create AFS
17user accounts more easily and efficiently for cells using the obsolete
18Authentication Server. If B<uss> commands are not used, creating an
19account requires issuing at least six separate commands to five different
20AFS servers.
21
22There are three main commands in the suite:
23
24=over 4
25
26=item *
27
28The B<uss add> command creates a single complete user account, based on
29command line arguments and instructions in a template file.
30
31=item *
32
33The B<uss bulk> command creates multiple complete accounts at once, based
34on command line arguments, instructions in a template file and a bulk
35input file.
36
37=item *
38
39The B<uss delete> command removes most parts of a user account.
40
41=back
42
43To obtain help, issue the B<uss apropos> and B<uss help> commands.
44
45=head1 OPTIONS
46
47The following arguments and flags are available on many commands in the
48B<uss> suite. The reference page for each command also lists them, but
49they are described here in greater detail.
50
51=over 4
52
53=item B<-admin> <I<administrator to authenticate>>
54
55Specifies the AFS user name under which to establish a connection to the
56AFS server processes that administer the various parts of a user
57account. If it is omitted, the connection is established under the
58issuer's effective user ID (his or her identity in the local file
59system). Even when this argument is included, UNIX commands that run
60during the B<uss> operation (for instance, the UNIX F</etc/chown> command)
61run under the effective user ID.
62
63=item B<-cell> <I<cell name>>
64
65Names the cell in which to run the command. It is acceptable to abbreviate
66the cell name to the shortest form that distinguishes it from the other
67entries in the F</usr/vice/etc/CellServDB> file on the local machine. If
68the B<-cell> argument is omitted, the command interpreter determines the
69name of the local cell by reading the following in order:
70
71=over 4
72
73=item *
74
75The value of the AFSCELL environment variable.
76
77=item *
78
79The local F</usr/vice/etc/ThisCell> file.
80
81=back
82
83=item B<-dryrun>
84
85Reports actions that the command interpreter needs to perform when
86executing the B<uss> operation, without actually performing them. Include
87this flag to verify that the command produces the desired account
88configuration. Combine it with the B<-verbose> flag to yield even more
89detailed information. Note that the output does not necessarily reveal all
90possible problems that can prevent successful execution of the command,
91especially those that result from transient server or network outages.
92
93=item B<-help>
94
95Prints a command's online help message on the standard output stream. Do
96not combine this flag with any of the command's other options; when it is
97provided, the command interpreter ignores all other options, and only
98prints the help message.
99
100=item B<-skipauth>
101
102Bypasses mutual authentication with the AFS Authentication Server, allowing
103a site that uses Kerberos instead of the AFS Authentication Server to
104substitute that form of authentication. If this option is given, B<uss> does
105not create or manipulate Kerberos principals. A Kerberos principal must be
106created separately from the B<uss add> command.
107
108=back
109
110=head1 PRIVILEGE REQUIRED
111
112The issuer of a B<uss> command must have all the rights required for
113performing the equivalent actions individually. See each B<uss> command's
114reference page.
115
116=head1 SEE ALSO
117
118L<uss(5)>,
119L<uss_bulk(5)>,
120L<uss_add(8)>,
121L<uss_apropos(8)>,
122L<uss_bulk(8)>,
123L<uss_delete(8)>,
124L<uss_help(8)>
125
126=head1 COPYRIGHT
127
128IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
129
130This documentation is covered by the IBM Public License Version 1.0. It was
131converted from HTML to POD by software written by Chas Williams and Russ
132Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.