xref: /original-bsd/old/athena/kdestroy/kdestroy.1 (revision 3b6250d9)
$Source: /mit/kerberos/src/man/RCS/kdestroy.1,v $
$Author: jtkohl $
$Header: kdestroy.1,v 4.9 89/01/23 11:39:50 jtkohl Exp $
Copyright 1989 by the Massachusetts Institute of Technology.

For copying and distribution information,
please see the file <mit-copyright.h>.

KDESTROY 1 "Kerberos Version 4.0" "MIT Project Athena"
NAME
kdestroy - destroy Kerberos tickets
SYNOPSIS
kdestroy [ -f ] [ -q ]
DESCRIPTION
The kdestroy utility destroys the user's active Kerberos authorization tickets. If no tickets currently exist for the user, kdestroy displays a message to that effect.

The utility displays a message indicating the success or failure of the operation. If kdestroy is unable to destroy the tickets, the utility will warn you by making your terminal beep.

You can place the kdestroy command in your .logout file so that your tickets are destroyed automatically when you logout.

The options to kdestroy are as follows:

7 -f kdestroy runs without displaying the status message.

-q kdestroy will not make your terminal beep if it fails to destroy the tickets.

FILES
KRBTKFILE environment variable if set, otherwise

/tmp/tkt[uid]

SEE ALSO
kerberos(1), kinit(1), klist(1)
BUGS

Only the tickets in the user's current ticket file are destroyed. Separate ticket files are used to hold root instance and password changing tickets. These files should probably be destroyed too, or all of a user's tickets kept in a single ticket file.

AUTHORS
Steve Miller, MIT Project Athena/Digital Equipment Corporation

Clifford Neuman, MIT Project Athena

Bill Sommerfeld, MIT Project Athena