summaryrefslogtreecommitdiffstats
path: root/src/clients/klist/klist.M
blob: c4359e3c8f34a172268f8c0d472b817aec8b753d (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
38
39
40
41
42
.\" $Source$
.\" $Author$
.\" $Id$
.\" Copyright 1990 by the Massachusetts Institute of Technology.
.\"
.\" For copying and distribution information, please see the file
.\" <krb5/copyright.h>.
.\"
.TH KLIST 1 "Kerberos Version 5.0" "MIT Project Athena"
.SH NAME
klist \- list cached Kerberos tickets
.SH SYNOPSIS
.B klist
[
.B \-c
.I cachename
]
.br
.SH DESCRIPTION
.I klist
will list the primary principal and Kerberos tickets held in the default
credentials cache, or in the cache
.I cachename
if the
.B \-c
option is used.

The default credentials cache may vary between systems; however, if the
.B KRB5CCNAME
environment variable is set, its value is used to name the default
ticket cache.
.SH FILES
.TP 2i
.TP
/tmp/krb5cc_[uid]
as the normal default credentials cache ([uid] is the decimal UID of the user).
.SH SEE ALSO
kinit(1), kdestroy(1), krb5(3)
.SH BUGS
Does not display srvtabs yet.

Does not list ticket options or lifetimes.