xref: /minix/crypto/external/bsd/heimdal/bin/kvno/kvno.1 (revision 0a6a1f1d)
1.\"	$NetBSD: kvno.1,v 1.1 2014/04/01 21:38:44 christos Exp $
2.\"
3.Dd April 1, 2014
4.Dt KVNO 1
5.Os
6.Sh NAME
7.Nm kvno
8.Nd "print the key version numbers for Kerberos principals"
9.Sh SYNOPSIS
10.Nm
11.Oo Fl c cache \*(Ba Xo
12.Fl -cache= Ns Ar cache
13.Xc
14.Oc
15.Oo Fl e Ar enctype \*(Ba Xo
16.Fl -enctype= Ns Ar enctype
17.Xc
18.Oc
19.Oo Fl h \*(Ba Xo
20.Fl -help
21.Xc
22.Oc
23.Oo Fl k Ar keytabname \*(Ba Xo
24.Fl -keytabname= Ns Ar keytabname
25.Xc
26.Oc
27.Oo Fl q \*(Ba Xo
28.Fl -quiet
29.Xc
30.Oc
31.Oo Fl S Ar principal \*(Ba Xo
32.Fl -server= Ns Ar principal
33.Xc
34.Oc
35.Ar service
36.Ar ...
37.Sh DESCRIPTION
38.Nm
39obtains service tickets for the specified Kerberos principals and prints out
40the version number of the each.
41.Pp
42Supported options:
43.Bl -tag -width Ds
44.It Fl c Ar cache , Fl -cache= Ns Ar cache
45the credential cache to use.
46.It Fl e Ar enctype , Fl -enctype= Ns Ar enctype
47encryption type to use.
48.It Fl k Ar keytabname , Fl -keytabname= Ns Ar keytabname
49use the named file as a keytab file.
50.It Fl q , Fl -quiet
51suppress printing.
52.It Fl S Ar principal , Fl -principal= Ns Ar principal
53specify the service name used to obtain a principal.
54.It Fl -help
55print a help message.
56.El
57.Sh SEE ALSO
58.Xr kinit 1 ,
59.Xr klist 1
60