Improve demand-attach fileserver bos documentation
[openafs.git] / doc / man-pages / pod8 / kas_forgetticket.pod
1 =head1 NAME
2
3 kas_forgetticket - Discards all tickets for the issuer
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<kas forgetticket> [B<-all>] [B<-help>]
11
12 B<kas f> [B<-a>] [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<kas forgetticket> command discards all of the issuer's tickets
20 stored in the local machine's kernel memory. This includes the AFS server
21 ticket from each cell in which the user has authenticated, and any tickets
22 that the user have acquired during the current B<kas> session (either when
23 entering the session or by using the B<kas getticket> command).
24
25 =head1 OPTIONS
26
27 =over 4
28
29 =item B<-all>
30
31 Discards all tickets. This argument explicitly invokes the command's
32 default behavior.
33
34 =item B<-help>
35
36 Prints the online help for this command. All other valid options are
37 ignored.
38
39 =back
40
41 =head1 EXAMPLES
42
43 The following command discards all of the issuer's tickets.
44
45    % kas forgetticket
46
47 =head1 PRIVILEGE REQUIRED
48
49 None, and no password is required.
50
51 =head1 SEE ALSO
52
53 L<kas(8)>
54
55 =head1 COPYRIGHT
56
57 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
58
59 This documentation is covered by the IBM Public License Version 1.0.  It was
60 converted from HTML to POD by software written by Chas Williams and Russ
61 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.