|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
KVNO(1) KVNO(1)
NAME
kvno - print key version numbers of Kerberos principals
SYNOPSIS
kvno [-h] | [-q] [-c ccache] [-e etype] [-k keytab] service1 service2 ...
DESCRIPTION
Kvno acquires a service ticket for each of the specified Kerberos principals and prints out the key
version numbers of each.
OPTIONS
-h prints a usage statement and exits.
-q suppress printing.
-c ccache
specifies the name of a credentials cache to use. If this option is not specified then the
default credentials cache is used.
-e enctype
specifies the enctype which will be requested for the session key of all the services named on
the command line. This is useful in certain backward compatibility situations.
-k keytab
specifies the name of a keytab which will be used to validate the service ticket.
SEE ALSO
kinit(1), kdestroy(1)
KVNO(1)
|
|