viced-multiple-ports-per-client-20051208
[openafs.git] / doc / man-pages / pod / kas_forgetticket.pod
1 =head1 NAME
2
3 kas forgetticket - Discards all tickets for the issuer
4
5 =head1 SYNOPSIS
6
7 kas forgetticket [B<-all>]  [B<-help>]
8
9 kas f [B<-a>]  [B<-h>]
10
11 =head1 DESCRIPTION
12
13 The C<kas forgetticket> command discards all of the issuer's tickets
14 stored in the local machine's kernel memory. This includes the AFS
15 server ticket from each cell in which the user has authenticated, and
16 any tickets that the user have acquired during the current kas session
17 (either when entering the session or by using the C<kas getticket>
18 command).
19
20 =head1 OPTIONS
21
22 =over 4
23
24 =item B<-all>
25
26 Discards all tickets. This argument explicitly invokes the
27 command's default behavior.
28
29 =item B<-help>
30
31 Prints the online help for this command. All other valid
32 options are ignored.
33
34 =back
35
36 =head1 EXAMPLES
37
38 The following command discards all of the issuer's tickets.
39
40 B<    kas forgetticket>
41
42
43 =head1 PRIVILEGE REQUIRED
44
45 None, and no password is required.
46
47 =head1 COPYRIGHT
48
49 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
50
51 Converted from html to pod by Alf Wachsmann <alfw@slac.stanford.edu>, 2003,
52 and Elizabeth Cassell <e_a_c@mailsnare.net>, 2004,
53 Stanford Linear Accelerator Center, a department of Stanford University.
54
55 =head1 SEE ALSO
56
57 L<kas(1)>
58
59 =cut