Temporary credentials files
When Kerberos authentication is used, the HP CIFS Client
utilizes a temporary file to store users’ credentials during
login processing. There is one temporary credentials file per user
per server. Kerberos tickets are not reused by the HP CIFS Client. Hence,
when the user’s login processing is completed, the temporary
file is removed.
If the temporary credential files are required for troubleshooting,
the files can be preserved by setting the configuration variable, rmTempKerbCredFiles, to no. You can then examine and remove
the files with the standard Kerberos Client utilities, klist(1) and kdestroy(1). Use
the -c cache_filename option
with these command, specifying filenames in the followng form:
/var/opt/cifsclient/krb5_tmp/krb5cc_servername_uid
where servername is the
CIFS server and uid is the user’s
Unix uid on the local HP-UX host on which the CIFS Client is running.
As a convenience, the cifsclient control
script can also be used to operate on these credentials files without
referring to file or path names. Enter cifsclient
-h for a syntax summary.