Searched refs:do_item (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libpam/modules/pam_tacplus/ |
H A D | pam_tacplus.c | 59 static int do_item(pam_handle_t *, struct tac_handle *, int, 65 do_item(pam_handle_t *pamh, struct tac_handle *tach, int item, in do_item() function 137 retval = do_item(pamh, tach, PAM_USER, tac_set_user, "tac_set_user"); in pam_sm_authenticate() 143 retval = do_item(pamh, tach, PAM_TTY, tac_set_port, "tac_set_port"); in pam_sm_authenticate() 149 retval = do_item(pamh, tach, PAM_RHOST, tac_set_rem_addr, in pam_sm_authenticate()
|