update for -f and add some more text for -v
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8628 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,28 +1,29 @@
|
|||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd Aug 27, 1997
|
.Dd July 8, 2000
|
||||||
.Dt KLIST 1
|
.Dt KLIST 1
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm klist
|
.Nm klist
|
||||||
.Nd
|
.Nd
|
||||||
list the current tickets
|
list Kerberos credentials
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Oo Fl c Ar cache \*(Ba Xo
|
.Oo Fl c Ar cache \*(Ba Xo
|
||||||
.Fl -cache= Ns Ar cache Oc
|
.Fl -cache= Ns Ar cache Oc
|
||||||
.Xc
|
.Xc
|
||||||
.Op Fl t | Fl -test
|
.Op Fl s | Fl t | Fl -test
|
||||||
.Op Fl 4 | Fl -v4
|
.Op Fl 4 | Fl -v4
|
||||||
.Op Fl T | Fl -tokens
|
.Op Fl T | Fl -tokens
|
||||||
.Op Fl 5 | Fl -v5
|
.Op Fl 5 | Fl -v5
|
||||||
.Op Fl v | Fl -verbose
|
.Op Fl v | Fl -verbose
|
||||||
|
.Op Fl f
|
||||||
.Op Fl -version
|
.Op Fl -version
|
||||||
.Op Fl -help
|
.Op Fl -help
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
reads and displays the current tickets in the crential cache (also
|
reads and displays the current tickets in the crential cache (also
|
||||||
knows as the ticket file).
|
known as the ticket file).
|
||||||
.Pp
|
.Pp
|
||||||
Options supported:
|
Options supported:
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
@@ -32,6 +33,7 @@ Options supported:
|
|||||||
.Xc
|
.Xc
|
||||||
credentials cache to list
|
credentials cache to list
|
||||||
.It Xo
|
.It Xo
|
||||||
|
.Fl s Ns ,
|
||||||
.Fl t Ns ,
|
.Fl t Ns ,
|
||||||
.Fl -test
|
.Fl -test
|
||||||
.Xc
|
.Xc
|
||||||
@@ -52,11 +54,65 @@ display AFS tokens
|
|||||||
.Fl -v5
|
.Fl -v5
|
||||||
.Xc
|
.Xc
|
||||||
display v5 cred cache (this is the default)
|
display v5 cred cache (this is the default)
|
||||||
|
.It Fl f
|
||||||
|
Include ticket flags in short form, each charcted stands for a
|
||||||
|
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
|
||||||
|
|
||||||
|
This information is also output with the
|
||||||
|
.Fl -verbose
|
||||||
|
option, but in a more verbose way.
|
||||||
.It Xo
|
.It Xo
|
||||||
.Fl v Ns ,
|
.Fl v Ns ,
|
||||||
.Fl -verbose
|
.Fl -verbose
|
||||||
.Xc
|
.Xc
|
||||||
Verbose output. Include all information from tickets.
|
Verbose output. Include all possible information:
|
||||||
|
.Bl -tag -width XXXX -offset indent
|
||||||
|
.It Server
|
||||||
|
the princial the ticket is for
|
||||||
|
.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
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr kinit 1 ,
|
.Xr kinit 1 ,
|
||||||
|
Reference in New Issue
Block a user