2005-10-15 17:00:57 +01:00
|
|
|
=head1 NAME
|
|
|
|
|
2007-11-11 22:54:56 +00:00
|
|
|
kas_quit - Leaves interactive mode
|
2005-10-15 17:00:57 +01:00
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
<div class="synopsis">
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
B<quit> [B<-help>]
|
2005-10-15 17:00:57 +01:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
B<q> [B<-h>]
|
2005-10-15 17:00:57 +01:00
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
=for html
|
|
|
|
</div>
|
|
|
|
|
2005-10-15 17:00:57 +01:00
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
The B<kas quit> command ends interactive mode, severing the authenticated
|
|
|
|
connection to one or more Authentication Server processes and returning
|
|
|
|
the issuer to the normal shell prompt.
|
2005-10-15 17:00:57 +01:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
This command is operative only during interactive mode, so omit the B<kas>
|
|
|
|
command suite name from the command line.
|
2005-10-15 17:00:57 +01:00
|
|
|
|
|
|
|
=head1 OPTIONS
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
=item B<-help>
|
2005-10-15 17:00:57 +01:00
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
Prints the online help for this command. All other valid options are
|
|
|
|
ignored.
|
2005-10-15 17:00:57 +01:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
=head1 EXAMPLES
|
|
|
|
|
|
|
|
The following example demonstrates how the normal command shell prompt
|
|
|
|
returns when the issuer leaves interactive mode.
|
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
ka> quit
|
|
|
|
%
|
2005-10-15 17:00:57 +01:00
|
|
|
|
|
|
|
=head1 PRIVILEGE REQUIRED
|
|
|
|
|
|
|
|
None, and no password is required.
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
2005-12-13 19:21:13 +00:00
|
|
|
L<kas(8)>,
|
|
|
|
L<kas_interactive(8)>
|
2005-10-15 17:00:57 +01:00
|
|
|
|
2005-12-08 12:14:33 +00:00
|
|
|
=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.
|