[1mSYNOPSIS[0m
[1mklist [22m[[1m-5[22m] [[1m-4[22m] [[1m-e[22m] [[[1m-c[22m] [[1m-f[22m] [[1m-s[22m] [[1m-a [22m[[1m-n[22m]]] [[1m-k [22m[[1m-t[22m] [[1m-K[22m]]
[[4mcache_name[24m | [4mkeytab_name[24m]
[1mDESCRIPTION[0m
[4mKlist[24m lists the Kerberos principal and Kerberos tickets held in a cre-
dentials cache, or the keys held in a [1mkeytab [22mfile. If klist was built
with Kerberos 4 support, the default behavior is to list both Kerberos
5 and Kerberos 4 credentials. Otherwise, klist will default to listing
only Kerberos 5 credentials.
[1mOPTIONS[0m
[1m-5 [22mlist Kerberos 5 credentials. This overrides whatever the
default built-in behavior may be. This option may be used with
[1m-4[0m
[1m-4 [22mlist Kerberos 4 credentials. This overrides whatever the
default built-in behavior may be. This option is only available
if kinit was built with Kerberos 4 compatibility. This option
may be used with [1m-5[0m
[1m-e [22mdisplays the encryption types of the session key and the ticket
for each credential in the credential cache, or each key in the
keytab file.
[1m-c [22mList tickets held in a credentials cache. This is the default
if neither [1m-c [22mnor [1m-k [22mis specified.
[1m-f [22mshows the flags present in the credentials, using the following
abbreviations:
F [1mF[22morwardable
f [1mf[22morwarded
P [1mP[22mroxiable
p [1mp[22mroxy
D post[1mD[22mateable
d post[1md[22mated
R [1mR[22menewable
I [1mI[22mnitial
i [1mi[22mnvalid
H [1mH[22mardware authenticated
A pre[1mA[22muthenticated
T [1mT[22mransit policy checked
O [1mO[22mkay as delegate
a [1ma[22mnonymous
[1m-s [22mcauses [1mklist [22mto run silently (produce no output), but to still
set the exit status according to whether it finds the creden-
tials cache. The exit status is `0' if [1mklist [22mfinds a creden-
tials cache, and `1' if it does not or if the tickets are
expired.
priate. If the [1mKRB5CCNAME [22menvironment variable is set, its value is
used to name the default ticket cache.
[1mENVIRONMENT[0m
[1mKlist [22muses the following environment variables:
KRB5CCNAME Location of the Kerberos 5 credentials (ticket) cache.
KRBTKFILE Filename of the Kerberos 4 credentials (ticket) cache.
[1mFILES[0m
/tmp/krb5cc_[uid] default location of Kerberos 5 credentials cache
([uid] is the decimal UID of the user).
/tmp/tkt[uid] default location of Kerberos 4 credentials cache ([uid]
is the decimal UID of the user).
/etc/krb5.keytab
default location for the local host's [1mkeytab [22mfile.
[1mSEE ALSO[0m
kinit(1), kdestroy(1), krb5(3)
KLIST(1)
Man(1) output converted with
man2html