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