Merge 1.8.0~pre4 packaging into master
[pkg-k5-afs_openafs.git] / doc / man-pages / pod8 / kas_forgetticket.pod
blobd9851290fb9bc1a4e5f6fa2fad6705afc1b18769
1 =head1 NAME
3 kas_forgetticket - Discards all tickets for the issuer
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 B<kas forgetticket> [B<-all>] [B<-help>]
12 B<kas f> [B<-a>] [B<-h>]
14 =for html
15 </div>
17 =head1 DESCRIPTION
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).
25 =head1 OPTIONS
27 =over 4
29 =item B<-all>
31 Discards all tickets. This argument explicitly invokes the command's
32 default behavior.
34 =item B<-help>
36 Prints the online help for this command. All other valid options are
37 ignored.
39 =back
41 =head1 EXAMPLES
43 The following command discards all of the issuer's tickets.
45    % kas forgetticket
47 =head1 PRIVILEGE REQUIRED
49 None, and no password is required.
51 =head1 SEE ALSO
53 L<kas(8)>
55 =head1 COPYRIGHT
57 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
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.