mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
d053825374
This is the initial conversion of the AFS Adminstrators Reference into POD for use as man pages. The man pages are now generated via pod2man from regen.sh so that only those working from CVS have to have pod2man available. The Makefile only installs. The pages have also been sorted out into pod1, pod5, and pod8 directories, making conversion to the right section of man page easier without maintaining a separate list and allowing for names to be duplicated between pod5 and pod1 or pod8 (which will likely be needed in a few cases). This reconversion is done with a new script based on work by Chas Williams. In some cases, the output is worse than the previous POD pages, but this is a more comprehensive conversion. This is only the first step, and this initial conversion has various problems. In addition, the file man pages that didn't have simple names have not been converted in this pass and will be added later. Some of the man pages have syntax problems and all of them have formatting errors. The next editing pass, coming shortly, will clean up most of the remaining mess. (cherry picked from commit e3dfba8e6c10c296c09e9b0ac0c0355658ce0be7)
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
=head1 NAME
|
|
|
|
kas noauthentication - Discards an authenticated identity in interactive mode
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<noauthentication> [-help]
|
|
|
|
B<n> [-h]
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The kas noauthentication command closes the (presumably
|
|
authenticated) connection that the issuer established with one or more
|
|
Authentication Server processes when entering interactive mode. It
|
|
opens a new unauthenticated connection to each server, assigning the issuer
|
|
the unprivileged identity B<anonymous>. It does not actually
|
|
discard the user's tokens from the Cache Manager's memory (as the
|
|
B<unlog> or B<kas forgetticket> command does). Unless
|
|
authorization checking is disabled on each Authentication Server machine, it
|
|
becomes impossible to perform any privileged operations within the session
|
|
established by this command.
|
|
|
|
This command is operative only during interactive mode, so omit the
|
|
B<kas> command suite name from the command line.
|
|
|
|
=head1 OPTIONS
|
|
|
|
=over 4
|
|
|
|
=item -help
|
|
|
|
Prints the online help for this command. All other valid options
|
|
are ignored.
|
|
|
|
=back
|
|
|
|
=head1 EXAMPLES
|
|
|
|
The following example command discards the authentication information with
|
|
which the user entered interactive mode.
|
|
|
|
ka> noauthentication
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
None, and no password is required.
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<kas(1)>,
|
|
L<kas_forgetticket(1)>,
|
|
L<kas_interactive(1)>,
|
|
L<unlog(1)>
|
|
|
|
=head1 COPYRIGHT
|
|
|
|
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
|
|
|
|
This documentation is covered by the IBM Public License Version 1.0. It was
|
|
converted from HTML to POD by software written by Chas Williams and Russ
|
|
Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.
|