kdestroy(8sec)
Destroys a principals login context and associated credentials
Synopsis
kdestroy [-c cache_name]
Options
-c cache_name Specifies that the login context and associated credentials for cache_name should be destroyed instead of the default cache.
Description
The kdestroy command destroys a principals login context and the principals credentials. Until the credentials are reestablished by either executing the dce_login command or the
kinit command, the principal and any processes created by the principal will be limited to unauthenticated access.
Files
/tmp/krb5cc_[unix_id] If the KRB5CCNAME environment variable is set, the default credentials cache. ([unix_id] is the decimal UNIX ID of the
user.)
Related Information Commands:
klist(8sec)
kinit(8sec)
|