pam_h 594 daemons/based/based_remote.c struct pam_handle *pam_h = NULL; pam_h 608 daemons/based/based_remote.c rc = pam_start(pam_name, user, &p_conv, &pam_h); pam_h 612 daemons/based/based_remote.c user, pam_strerror(pam_h, rc)); pam_h 617 daemons/based/based_remote.c rc = pam_authenticate(pam_h, PAM_SILENT); pam_h 620 daemons/based/based_remote.c user, pam_strerror(pam_h, rc)); pam_h 628 daemons/based/based_remote.c rc = pam_get_item(pam_h, PAM_USER, &p_user); pam_h 632 daemons/based/based_remote.c user, pam_strerror(pam_h, rc)); pam_h 650 daemons/based/based_remote.c rc = pam_acct_mgmt(pam_h, PAM_SILENT); pam_h 653 daemons/based/based_remote.c user, pam_strerror(pam_h, rc)); pam_h 659 daemons/based/based_remote.c pam_end(pam_h, rc);