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