=head1 NAME
kas delete - Deletes an entry from the Authentication Database
=head1 SYNOPSIS
=for html
B S<<< B<-name> > >>>
S<<< [B<-admin_username> >] >>>
S<<< [B<-password_for_admin> >] >>> S<<< [B<-cell> >] >>>
S<<< [B<-servers> >+] >>>
[B<-noauth>] [B<-help>]
B S<<< B<-na> > >>>
S<<< [B<-a> >] >>>
S<<< [B<-p> >] >>> S<<< [B<-c> >] >>>
S<<< [B<-s> >+] >>> [B<-no>] [B<-h>]
B S<<< B<-na> > >>>
S<<< [B<-a> >] >>>
S<<< [B<-p> >] >>> S<<< [B<-c> >] >>>
S<<< [B<-s> >+] >>> [B<-no>] [B<-h>]
=for html
=head1 DESCRIPTION
The B command removes from the Authentication Database the
user entry named by the B<-name> argument. The indicated user becomes
unable to log in, or the indicated server becomes unreachable (because the
Authentication Server's Ticket Granting Service module no longer has a key
with which to seal tickets for the server).
=head1 OPTIONS
=over 4
=item B<-name> >
Names the Authentication Database entry to delete.
=item B<-admin_username> >
Specifies the user identity under which to authenticate with the
Authentication Server for execution of the command. For more details, see
L.
=item B<-password_for_admin> >
Specifies the password of the command's issuer. If it is omitted (as
recommended), the B command interpreter prompts for it and does not
echo it visibly. For more details, see L.
=item B<-cell> >
Names the cell in which to run the command. For more details, see
L.
=item B<-servers> >+
Names each machine running an Authentication Server with which to
establish a connection. For more details, see L.
=item B<-noauth>
Assigns the unprivileged identity C to the issuer. For more
details, see L.
=item B<-help>
Prints the online help for this command. All other valid options are
ignored.
=back
=head1 EXAMPLES
The following example shows the administrative user C entering
interactive mode to delete three accounts.
% kas
Password for admin:
ka> delete smith
ka> delete pat
ka> delete terry
=head1 PRIVILEGE REQUIRED
The issuer must have the C flag set on his or her Authentication
Database entry.
=head1 SEE ALSO
L,
L
=head1 COPYRIGHT
IBM Corporation 2000. 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.