pam_strerror 654 cib/remote.c crm_err("Could not initialize PAM: %s (%d)", pam_strerror(pam_h, rc), rc); pam_strerror 660 cib/remote.c crm_err("Authentication failed for %s: %s (%d)", user, pam_strerror(pam_h, rc), rc); pam_strerror 671 cib/remote.c crm_err("Internal PAM error: %s (%d)", pam_strerror(pam_h, rc), rc); pam_strerror 685 cib/remote.c crm_err("Access denied: %s (%d)", pam_strerror(pam_h, rc), rc);