Searched refs:tac_strerror (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libpam/modules/pam_tacplus/ |
H A D | pam_tacplus.c | 75 syslog(LOG_CRIT, "%s: %s", funcname, tac_strerror(tach)); in do_item() 89 syslog(LOG_CRIT, "tac_get_msg: %s", tac_strerror(tach)); in get_msg() 100 syslog(LOG_CRIT, "tac_set_msg: %s", tac_strerror(tach)); in set_msg() 124 syslog(LOG_ALERT, "tac_config: %s", tac_strerror(tach)); in pam_sm_authenticate() 130 syslog(LOG_CRIT, "tac_create_authen: %s", tac_strerror(tach)); in pam_sm_authenticate() 165 tac_strerror(tach)); in pam_sm_authenticate()
|
/freebsd/lib/libtacplus/ |
H A D | taclib.h | 135 const char *tac_strerror(struct tac_handle *);
|
H A D | taclib.c | 1313 tac_strerror(struct tac_handle *h) in tac_strerror() function
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 40 syslog(LOG_ERR, "%s(): %s", func, tac_strerror(h)); in tacplus_error()
|