summaryrefslogtreecommitdiffstats
path: root/src/clients/kdeltkt/kdeltkt.M
blob: a9f369418e91ad6e5bfe235ffec2afa59bc73f20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\"
.\" clients/kvnol/kdeltkt.M
.\" "
.TH KDELTKT 1
.SH NAME
kdeltkt \- delete one or more service tickets from the credentials cache
.SH SYNOPSIS
\fBkdeltkt\fP [\fB\-h\fP] [\fB\-c ccache\fP] [\fB\-e etype\fP] [\fB\-f flags\fP] 
\fBservice1\fP \fBservice2\fP \fB...\fP
.br
.SH DESCRIPTION
.I kdeltkt
deletes the specified service tickets from the credentials cache
.SH OPTIONS
.TP
.B \-c
specifies the credentials cache from which service tickets will be deleted.
if no cache is specified, the default cache is used.
.TP
.B \-e
specifies the session key enctype of the service tickets you wish to delete.
.TP
.B \-h
prints a usage statement and exits
.SH ENVIRONMENT
.B kdeltkt
uses the following environment variable:
.TP "\w'.SM KRB5CCNAME\ \ 'u"
.SM KRB5CCNAME
Location of the credentials (ticket) cache.
.SH FILES
.TP "\w'/tmp/krb5cc_[uid]\ \ 'u"
/tmp/krb5cc_[uid]
default location of the credentials cache ([uid] is the decimal UID of
the user).
.SH SEE ALSO
kinit(1), kdestroy(1), krb5(3)