pam_name          632 daemons/based/based_remote.c     static const char *pam_name = NULL;
pam_name          634 daemons/based/based_remote.c     if (pam_name == NULL) {
pam_name          635 daemons/based/based_remote.c         pam_name = getenv("CIB_pam_service");
pam_name          637 daemons/based/based_remote.c     if (pam_name == NULL) {
pam_name          638 daemons/based/based_remote.c         pam_name = "login";
pam_name          644 daemons/based/based_remote.c     rc = pam_start(pam_name, user, &p_conv, &pam_h);