From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.7) Gecko/20050416 Epiphany/1.6.1 Description of problem: The pam_access module is broken. Version-Release number of selected component (if applicable): pam-0.79-6 How reproducible: Always Steps to Reproduce: 1. Add the following line to /etc/pam.d/system-auth: auth required pam_access.so 2. Try to login as a user. Actual Results: [mike@imp]$ su - someuser password: su: incorrect password /var/log/messages says: [...] May 1 21:18:35 imp su: PAM unable to resolve symbol: pam_sm_authenticate May 1 21:18:35 imp su: PAM unable to resolve symbol: pam_sm_setcred [...] Expected Results: I should be able to log in unless /etc/security/access.conf forbids it. Additional info:
pam_access is used only in the account phase not in the authenticate phase.