doc: Correct volume size CAUTIONS notes
[openafs.git] / doc / man-pages / pod8 / kas_noauthentication.pod
1 =head1 NAME
2
3 kas_noauthentication - Discards an authenticated identity in interactive mode
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<noauthentication> [B<-help>]
11
12 B<n> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<kas noauthentication> command closes the (presumably authenticated)
20 connection that the issuer established with one or more Authentication
21 Server processes when entering interactive mode. It opens a new
22 unauthenticated connection to each server, assigning the issuer the
23 unprivileged identity B<anonymous>. It does not actually discard the
24 user's tokens from the Cache Manager's memory (as the B<unlog> or B<kas
25 forgetticket> command does). Unless authorization checking is disabled on
26 each Authentication Server machine, it becomes impossible to perform any
27 privileged operations within the session established by this command.
28
29 This command is operative only during interactive mode, so omit the B<kas>
30 command suite name from the command line.
31
32 =head1 OPTIONS
33
34 =over 4
35
36 =item B<-help>
37
38 Prints the online help for this command. All other valid options are
39 ignored.
40
41 =back
42
43 =head1 EXAMPLES
44
45 The following example command discards the authentication information with
46 which the user entered interactive mode.
47
48    ka> noauthentication
49
50 =head1 PRIVILEGE REQUIRED
51
52 None, and no password is required.
53
54 =head1 SEE ALSO
55
56 L<kas(8)>,
57 L<kas_forgetticket(8)>,
58 L<kas_interactive(8)>,
59 L<unlog(1)>
60
61 =head1 COPYRIGHT
62
63 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
64
65 This documentation is covered by the IBM Public License Version 1.0.  It was
66 converted from HTML to POD by software written by Chas Williams and Russ
67 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.