Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.\"	$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