kvno

Langue: en

Version: 366671 (MeeGo - 06/11/10)

Section: 1 (Commandes utilisateur)

NAME

kvno - print key version numbers of Kerberos principals

SYNOPSIS

kvno [-q] [-h] [-c ccache] [-e etype] service1 service2 ...

DESCRIPTION

Kvno acquires a service ticket for the specified Kerberos principals and prints out the key version numbers of each.

OPTIONS

-c ccache
specifies the name of a credentials cache to use (if not the default)
-e etype
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.
-q
suppress printing
-h
prints a usage statement and exits
-S sname
specifies that krb5_sname_to_principal() will be used to build principal names. If this flag is specified, the service1 service2 ... arguments are interpreted as hostnames (rather than principal names), and sname is interpreted as the service name.

ENVIRONMENT

Kvno uses the following environment variable:
KRB5CCNAME
Location of the credentials (ticket) cache.

FILES

/tmp/krb5cc_[uid]
default location of the credentials cache ([uid] is the decimal UID of the user).

SEE ALSO

kinit(1), kdestroy(1), krb5(3)