Displaying 1 result from an estimated 1 matches for "error_func".
Did you mean:
error_find
2003 Sep 08
0
Base pam_krb5 on recent -STABLE and credential cache storage
...user at logout with kdestroy(1)."
And looking through
/usr/src/lib/libpam/modules/pam_krb5/pam_krb5_auth.c did show that
something should have been logged by pam_sm_setcred():
* $FreeBSD: src/lib/libpam/modules/pam_krb5/pam_krb5_auth.c,v
1.1.2.2 2001/07/29 18:57:30 markm Exp $
#define DLOG(error_func, error_msg) \
if (debug) \
syslog(LOG_DEBUG, "pam_krb5: pam_sm_setcred(%s %s): %s: %s", \
service, name, error_func, error_msg)
Any ideas why I don't see a cached credential file in the usual
location? Any other information I can provide to help out?
Take care,
Jon...