pam_name          640 cib/remote.c       static const char *pam_name = NULL;
pam_name          642 cib/remote.c       if (pam_name == NULL) {
pam_name          643 cib/remote.c           pam_name = getenv("CIB_pam_service");
pam_name          645 cib/remote.c       if (pam_name == NULL) {
pam_name          646 cib/remote.c           pam_name = "login";
pam_name          652 cib/remote.c       rc = pam_start(pam_name, user, &p_conv, &pam_h);