doc: pts manpage fixes
[openafs.git] / doc / man-pages / pod1 / fragments / pts-common.pod
1 =item B<-auth>
2
3 Use the calling user's tokens to communicate with the Protection Server. For
4 more details, see L<pts(1)>.
5
6 =item B<-cell> <I<cell name>>
7
8 Names the cell in which to run the command. For more details, see
9 L<pts(1)>.
10
11 =item B<-config> <I<config directory>>
12
13 Use an alternate config directory. For more details, see L<pts(1)>.
14
15 =item B<-encrypt>
16
17 Encrypts any communication with the Protection Server. For more details, see
18 L<pts(1)>.
19
20 =item B<-force>
21
22 Enables the command to continue executing as far as possible when errors
23 or other problems occur, rather than halting execution at the first error.
24
25 =item B<-help>
26
27 Prints the online help for this command. All other valid options are
28 ignored.
29
30 =item B<-localauth>
31
32 Constructs a server ticket using a key from the local
33 F</usr/afs/etc/KeyFile> file. Do not combine this flag with the B<-cell> 
34 or B<-noauth> options. For more details, see L<pts(1)>.
35
36 =item B<-noauth>
37
38 Assigns the unprivileged identity anonymous to the issuer. For more
39 details, see L<pts(1)>.