Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / fragments / vos-common.pod
1 =item B<-cell> <I<cell name>>
2
3 Names the cell in which to run the command. Do not combine this argument
4 with the B<-localauth> flag. For more details, see L<vos(1)>.
5
6 =item B<-noauth>
7
8 Assigns the unprivileged identity C<anonymous> to the issuer. Do not
9 combine this flag with the B<-localauth> flag. For more details, see
10 L<vos(1)>.
11
12 =item B<-localauth>
13
14 Constructs a server ticket using a key from the local
15 F</usr/afs/etc/KeyFile> file. The B<vos> command interpreter presents it
16 to the Volume Server and Volume Location Server during mutual
17 authentication. Do not combine this flag with the B<-cell> argument or
18 B<-noauth> flag. For more details, see L<vos(1)>.
19
20 =item B<-verbose>
21
22 Produces on the standard output stream a detailed trace of the command's
23 execution. If this argument is omitted, only warnings and error messages
24 appear.
25
26 =item B<-encrypt>
27
28 Encrypts the command so that the operation's results are not transmitted
29 across the network in clear text. This option is available in OpenAFS
30 versions 1.4.11 or later and 1.5.60 or later.
31
32 =item B<-noresolve>
33
34 Shows all servers as IP addresses instead of the DNS name. This is very
35 useful when the server address is registered as 127.0.0.1 or when dealing
36 with multi-homed servers. This option is available in OpenAFS
37 versions 1.4.8 or later and 1.5.35 or later.
38
39 =item B<-config> <I<configuration directory>>
40
41 Set the location of the configuration directory to be used. This defaults to
42 F</usr/vice/etc>, except if B<-localauth> is specified, in which case the
43 default is F</usr/afs/etc>. This option allows the use of alternative
44 configuration locations for testing purposes.
45
46 =item B<-help>
47
48 Prints the online help for this command. All other valid options are
49 ignored.