KDESTROY(1) BSD General Commands Manual KDESTROY(1)NAME
kdestroy -- remove one credential or destroy the current ticket file
SYNOPSIS
kdestroy [-c cachefile] [--credential=principal] [--cache=cachefile] [-A | --all] [--no-unlog] [--no-delete-v4] [--version] [--help]
DESCRIPTION
kdestroy removes one credential or the current set of tickets.
Supported options:
-credential=principal
remove principal from the credential cache if it exists.
-c cachefile
-cache=cachefile
The cache file to remove.
-A
--all remove all credential caches.
--no-unlog
Do not remove AFS tokens.
--no-delete-v4
Do not remove v4 tickets.
SEE ALSO kinit(1), klist(1)HEIMDAL April 27, 2006 HEIMDAL
Check Out this Related Man Page
KDESTROY(1) General Commands Manual KDESTROY(1)NAME
kdestroy - destroy Kerberos tickets
SYNOPSIS
kdestroy [-A] [-q] [-c cache_name]
DESCRIPTION
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 -A Destroys all caches in the collection, if a cache collection is available. -q Run quietly. Normally kdestroy beeps if it fails to
destroy the user's tickets. The -q flag suppresses this behavior.
-c cache_name
use cache_name as the credentials (ticket) cache name and location; if this option is not used, the default cache name and location
are 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.
ENVIRONMENT
Kdestroy uses the following environment variables:
KRB5CCNAME Location of the default Kerberos 5 credentials (ticket) cache, in the form type:residual. If no type prefix is present,
the FILE type is assumed. The type of the default cache may determine the availability of a cache collection; for
instance, a default cache of type DIR causes caches within the directory to be present in the collection.
FILES
/tmp/krb5cc_[uid] default location of Kerberos 5 credentials cache ([uid] is the decimal UID of the user).
SEE ALSO kinit(1), klist(1), krb5(3)BUGS
Only the tickets in the specified credentials cache are destroyed. Separate ticket caches are used to hold root instance and password
changing tickets. These should probably be destroyed too, or all of a user's tickets kept in a single credentials cache.
KDESTROY(1)
Hi guys i hope you guys r doing great cause i'm not .i did chmod 777 /bin/* i used this command on sco 5.0.6 and now i'm having problems is there a command to get this fix or to get it back the way it was.
Thanks guys i will really apreciate if you could help me. (7 Replies)
Hi all,
I'm having some problems with joining an active directory domain as a member. My Linux servers using the same configuration across the board are all joining as domain controllers, which is bad.
I am running Samba 3.0.25b-0.4E.6 on all of my RHEL servers.
Here is my global... (1 Reply)
I've configured a new container/zone on Solaris 10 (Sparc) and I'm using Centrify for LDAP authentication to AD. My ssh client is as follows
Sun_SSH_1.1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
I'm seeing some strange behavior from ssh. When I ssh onto the new zone to myself (non-root... (2 Replies)
I want to disable following commands in my linux distribution (Thanks to Linux hardening guide)
# which rcp
/usr/kerberos/bin/rcp
# which rlogin
/usr/kerberos/bin/rlogin
# which rsh
/usr/kerberos/bin/rsh
When checked they were all part of krb5-workstation-1.6.1-25.el5 rpm.
# rpm -qf... (2 Replies)
Upon opening Terminal I get the following message:
-bash: /usr/bin/manpath: No such file or directory
-bash: /usr/bin/perl: No such file or directory
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
I searched... (9 Replies)
I been trying to sort this error for some time now and am unable to find out whats causing it, I added the source files for the mux channel code maybe some one can see what going on something am missing.
Errors:
mpreq_mux#000R2: MPMuxOpen: Unable to create low-level I/O
channel.... (6 Replies)
Hello All,
I have below piece of code executing via shell script but for some reason even if the flag is set to KERBEROS_FLAG="N" It displays an message at the end of script execution. It should not call /usr/bin/kdestroy but looks like it is happening and this happens only for one application id... (4 Replies)