| K5PING(8) | System Manager's Manual | K5PING(8) |
NAME
k5ping — kerberos
server ping utility
SYNOPSIS
k5ping |
[-459tuv] [-n
num] [-p
princ] [-P
pass] [-S
sprinc] kdc
[kdc ...] |
DESCRIPTION
k5ping tests various operations against
each of the KDCs on the command line. By default,
k5ping will perform the follow list of actions:
- Authenticate to Kerberos 5 via TCP,
- Use the resulting credential to request a service ticket for sprinc,
- Authenticate to Kerberos 5 via UDP,
- Use the resulting credential to request a service ticket for sprinc,
- Use the credential from the last Kerberos 5 AS_REQ to request a Kerberos IV ticket for sprinc, via the krb524 service,
- Authenticate to Kerberos IV, and use the credential to request a service ticket for sprinc.
By default k5ping will test Kerberos 5
TCP/UDP and Kerberos 524, but not Kerberos IV as its use has been
deprecated.
This is useful for quickly verifying the health of a kerberos server, and is suitable for inclusion in shell/perl scripts that check out the sanity of the Kerberos 5 world.
The options are as follows:
-4- Test Kerberos IV.
-5- Test Kerberos 5.
-9- Test krb524.
-nnum- Loop over the test num times.
-Ppass- The password for the client principal.
-pprinc- Client principal.
-Ssprinc- The service principal.
-t- Use TCP when testing Kerberos 5.
-u- Use UDP when testing Kerberos 5.
-v- Increment verbose level. May be specified more than once.
SEE ALSO
kinit(1), krb524init(1), and kvno(1).
BUGS
Princ and sprinc must be in the same realm.
If Kerberos IV is used, then temporary files are used in /tmp.
| Debian | January 25, 2005 | Debian |

