NetBSD/crypto/dist/heimdal/kuser/klist.1

121 lines
2.2 KiB
Groff
Raw Normal View History

2002-09-12 17:18:49 +04:00
.\" $Heimdal: klist.1,v 1.11 2002/08/20 17:07:14 joda Exp $
.\" $NetBSD: klist.1,v 1.8 2003/03/31 02:30:50 perry Exp $
.\"
2000-08-02 23:57:59 +04:00
.Dd July 8, 2000
.Dt KLIST 1
.Os
.Sh NAME
.Nm klist
2001-06-20 02:39:52 +04:00
.Nd list Kerberos credentials
.Sh SYNOPSIS
.Nm
.Oo Fl c Ar cache \*(Ba Xo
2001-06-20 02:39:52 +04:00
.Fl -cache= Ns Ar cache
.Xc
2001-06-20 02:39:52 +04:00
.Oc
2000-08-02 23:57:59 +04:00
.Op Fl s | Fl t | Fl -test
.Op Fl 4 | Fl -v4
.Op Fl T | Fl -tokens
.Op Fl 5 | Fl -v5
.Op Fl v | Fl -verbose
2000-08-02 23:57:59 +04:00
.Op Fl f
.Op Fl -version
.Op Fl -help
.Sh DESCRIPTION
.Nm
reads and displays the current tickets in the credential cache (also
2000-08-02 23:57:59 +04:00
known as the ticket file).
.Pp
Options supported:
.Bl -tag -width Ds
.It Xo
.Fl c Ar cache ,
.Fl -cache= Ns Ar cache
.Xc
credentials cache to list
.It Xo
.Fl s ,
.Fl t ,
.Fl -test
.Xc
Test for there being an active and valid TGT for the local realm of
the user in the credential cache.
.It Xo
.Fl 4 ,
.Fl -v4
.Xc
display v4 tickets
.It Xo
.Fl T ,
.Fl -tokens
.Xc
display AFS tokens
.It Xo
.Fl 5 ,
.Fl -v5
.Xc
display v5 cred cache (this is the default)
2000-08-02 23:57:59 +04:00
.It Fl f
2002-12-21 16:17:23 +03:00
Include ticket flags in short form, each character stands for a
2000-08-02 23:57:59 +04:00
specific flag, as follows:
.Bl -tag -width XXX -compact -offset indent
.It F
forwardable
.It f
forwarded
.It P
proxiable
.It p
proxied
.It D
postdate-able
.It d
postdated
.It R
renewable
.It I
initial
.It i
invalid
.It A
pre-authenticated
.It H
hardware authenticated
.El
2001-06-20 02:39:52 +04:00
.Pp
This information is also output with the
2000-08-02 23:57:59 +04:00
.Fl -verbose
option, but in a more verbose way.
.It Xo
.Fl v ,
.Fl -verbose
.Xc
2000-08-02 23:57:59 +04:00
Verbose output. Include all possible information:
.Bl -tag -width XXXX -offset indent
.It Server
the principal the ticket is for
2000-08-02 23:57:59 +04:00
.It Ticket etype
the encryption type use in the ticket, followed by the key version of
the ticket, if it is available
.It Session key
the encryption type of the session key, if it's different from the
encryption type of the ticket
.It Auth time
the time the authentication exchange took place
.It Start time
the time that this tickets is valid from (only printed if it's
different from the auth time)
.It End time
when the ticket expires, if it has already expired this is also noted
.It Renew till
the maximum possible end time of any ticket derived from this one
.It Ticket flags
the flags set on the ticket
.It Addresses
the set of addresses from which this ticket is valid
.El
.El
.Sh SEE ALSO
2001-09-17 16:32:33 +04:00
.Xr kdestroy 1 ,
.Xr kinit 1