kdestroy(1) kdestroy(1)
NAME [Toc] [Back]
kdestroy - destroy Kerberos tickets
SYNOPSIS [Toc] [Back]
kdestroy [-q] [-c cache_filename]
DESCRIPTION [Toc] [Back]
The kdestroy utility destroys the user's active Kerberos authorization
tickets by writing zeros to the specified credentials cache that
contains them. If the credentials cache is not specified, the default
credentials cache is destroyed.
Options [Toc] [Back]
-q Run quietly. Normally kdestroy beeps if it fails
to destroy the user's tickets. The -q flag
suppresses this behavior.
-c cache_filename Use cache_filename as the credentials ticket cache
name and location. If this option is not used, the
default cache name and location is used.
The default credentials cache may vary between systems. If the
KRB5CCNAME environment variable is set, its value is used to name the
default ticket cache.
Most installations recommend that you place the kdestroy command in
your .logout file, so that your tickets are destroyed automatically
when you log out.
Note [Toc] [Back]
For DCE operations use /opt/dce/bin/kdestroy.
Environment [Toc] [Back]
kdestroy uses the following environment variable:
KRB5CCNAME Location of the credentials ticket cache.
WARNINGS [Toc] [Back]
Only the tickets in the specified credentials cache are destroyed.
Separate ticket caches are used to hold root instance and password
changing tickets. Even these should be destroyed. It is recommended
that to keep all user tickets in a single credentials cache.
FILES [Toc] [Back]
/tmp/krb5cc_{uid} Default credentials cache. {uid} is the
decimal UID of the user.
AUTHOR [Toc] [Back]
kdestroy was developed by the Massachusetts Institute of Technology.
Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003
kdestroy(1) kdestroy(1)
SEE ALSO [Toc] [Back]
kinit(1), klist(1), kerberos(5).
Hewlett-Packard Company - 2 - HP-UX 11i Version 2: August 2003 [ Back ] |