diff options
author | Mark Murray <markm@FreeBSD.org> | 2000-01-09 20:58:00 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 2000-01-09 20:58:00 +0000 |
commit | b528cefc6b8f9670b31a865051741d946cb37085 (patch) | |
tree | 36fa73706fa0587a390c45a3fbf17c9523cb0e35 /crypto/heimdal/kuser/klist.1 |
Import KTH Heimdal, which will be the core of our Kerberos5.vendor/heimdal/0.2m
Userland to follow.
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=55682
svn path=/vendor-crypto/heimdal/0.2m/; revision=55684; tag=vendor/heimdal/0.2m
Diffstat (limited to 'crypto/heimdal/kuser/klist.1')
-rw-r--r-- | crypto/heimdal/kuser/klist.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/crypto/heimdal/kuser/klist.1 b/crypto/heimdal/kuser/klist.1 new file mode 100644 index 000000000000..e875401264f8 --- /dev/null +++ b/crypto/heimdal/kuser/klist.1 @@ -0,0 +1,37 @@ +.\" $Id: klist.1,v 1.4 1999/05/14 14:03:55 assar Exp $ +.\" +.Dd Aug 27, 1997 +.Dt KLIST 1 +.Os HEIMDAL +.Sh NAME +.Nm klist +.Nd +list the current tickets +.Sh SYNOPSIS +.Nm +.Op Fl t | Fl -test +.Op Fl v | Fl -verbose +.Op Fl -version +.Op Fl -help +.Sh DESCRIPTION +.Nm +reads and displays the current tickets in the crential cache (also +knows as the ticket file). +.Pp +Options supported: +.Bl -tag -width Ds +.It Xo +.Fl t Ns , +.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 v Ns , +.Fl -verbose +.Xc +Verbose output. Include all information from tickets. +.El +.Sh SEE ALSO +.Xr kinit 1 , +.Xr kdestroy 1 |