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