Searched refs:do_item (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/lib/libpam/modules/pam_tacplus/ |
| HD | pam_tacplus.c | 60 static int do_item(pam_handle_t *, struct tac_handle *, int, 66 do_item(pam_handle_t *pamh, struct tac_handle *tach, int item, in do_item() function 138 retval = do_item(pamh, tach, PAM_USER, tac_set_user, "tac_set_user"); in pam_sm_authenticate() 144 retval = do_item(pamh, tach, PAM_TTY, tac_set_port, "tac_set_port"); in pam_sm_authenticate() 150 retval = do_item(pamh, tach, PAM_RHOST, tac_set_rem_addr, in pam_sm_authenticate()
|