Configuration Guide for Kerberos Client Products on HP-UX 11.0 | HP-UX 11i v1 | HP-UX 11i v1.6 | HP-UX 11i v2
Troubleshooting Kerberos Related Products
Troubleshooting the Kerberos Client Utilities
Chapter 4 93
Troubleshooting the Kerberos Client Utilities
Kerberos utilities, kdestroy, kinit, klist, and kpasswd may return
the following errors. Table 4-2 provides a list of errors with their
meaning and suggested corrective actions for each error.
Table 4-4 Kerberos Client Error Codes
Error
No.
Error Meaning
Reason/Corrective
Action
1 kdestroy:No credentials
cache file found while
destroying cache. Ticket
cache not destroyed!
The credentials cache file
was not found.
The credential file may
have been deleted.
Recreatethe credentials
(TGT) using kinit.
2 kinit: Key table entry
not found while getting
initial credentials.
The local keytab file does
not contain the key for
the principal whose
credentials are being
requested.
Add the principal key
entry to the keytab file.
3 kinit: Client not found
in Kerberos database
while getting initial
credentials.
The principal whose
credentials are being
requested does not exist
intheKerberosdatabase.
Verify that there is a
principal entry
available for the client
in the Kerberos
database; if not create
the same.
4 klist: No credentials
cache file found (ticket
cache /tmp/kl_cache)
No credentials cache file
was found.
This could be due to the
deletion of credentials.
Recreatethe credentials
using kinit or if the
credential file is
different from the one
indicated by klist;
then export the
environment variable
KRB5CCNAME to
specify the correct
filename.