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