minix/crypto/external/bsd/heimdal/bin/kvno/kvno.1
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00

60 lines
1.2 KiB
Groff

.\" $NetBSD: kvno.1,v 1.1 2014/04/01 21:38:44 christos Exp $
.\"
.Dd April 1, 2014
.Dt KVNO 1
.Os
.Sh NAME
.Nm kvno
.Nd "print the key version numbers for Kerberos principals"
.Sh SYNOPSIS
.Nm
.Oo Fl c cache \*(Ba Xo
.Fl -cache= Ns Ar cache
.Xc
.Oc
.Oo Fl e Ar enctype \*(Ba Xo
.Fl -enctype= Ns Ar enctype
.Xc
.Oc
.Oo Fl h \*(Ba Xo
.Fl -help
.Xc
.Oc
.Oo Fl k Ar keytabname \*(Ba Xo
.Fl -keytabname= Ns Ar keytabname
.Xc
.Oc
.Oo Fl q \*(Ba Xo
.Fl -quiet
.Xc
.Oc
.Oo Fl S Ar principal \*(Ba Xo
.Fl -server= Ns Ar principal
.Xc
.Oc
.Ar service
.Ar ...
.Sh DESCRIPTION
.Nm
obtains service tickets for the specified Kerberos principals and prints out
the version number of the each.
.Pp
Supported options:
.Bl -tag -width Ds
.It Fl c Ar cache , Fl -cache= Ns Ar cache
the credential cache to use.
.It Fl e Ar enctype , Fl -enctype= Ns Ar enctype
encryption type to use.
.It Fl k Ar keytabname , Fl -keytabname= Ns Ar keytabname
use the named file as a keytab file.
.It Fl q , Fl -quiet
suppress printing.
.It Fl S Ar principal , Fl -principal= Ns Ar principal
specify the service name used to obtain a principal.
.It Fl -help
print a help message.
.El
.Sh SEE ALSO
.Xr kinit 1 ,
.Xr klist 1