Searched refs:tac_strerror (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/lib/libpam/modules/pam_tacplus/ |
| HD | pam_tacplus.c | 76 syslog(LOG_CRIT, "%s: %s", funcname, tac_strerror(tach)); in do_item() 90 syslog(LOG_CRIT, "tac_get_msg: %s", tac_strerror(tach)); in get_msg() 101 syslog(LOG_CRIT, "tac_set_msg: %s", tac_strerror(tach)); in set_msg() 125 syslog(LOG_ALERT, "tac_config: %s", tac_strerror(tach)); in pam_sm_authenticate() 131 syslog(LOG_CRIT, "tac_create_authen: %s", tac_strerror(tach)); in pam_sm_authenticate() 166 tac_strerror(tach)); in pam_sm_authenticate()
|
| /freebsd-14-stable/lib/libtacplus/ |
| HD | taclib.h | 135 const char *tac_strerror(struct tac_handle *);
|
| HD | taclib.c | 1314 tac_strerror(struct tac_handle *h) in tac_strerror() function
|
| /freebsd-14-stable/lib/nss_tacplus/ |
| HD | nss_tacplus.c | 40 syslog(LOG_ERR, "%s(): %s", func, tac_strerror(h)); in tacplus_error()
|