pam(3) only searches `/usr/lib` for modules however any ports install pam modules (for example pefs) which install pam modules in `/usr/local/lib`. Fix: Instead of about pam line use: """ auth sufficient /usr/local/lib/pam_pefs.so try_first_pass """ to /etc/pam.d/system How-To-Repeat: Install sysutils/pefs-kmod and add """ auth sufficient pam_pefs.so try_first_pass """ to /etc/pam.d/system Normally this will not interfer in a setup however since pam_pefs.so cannot be found it does not permit any login
Responsible Changed From-To: freebsd-ports-bugs->freebsd-bugs This appears to be a problem in the pam binary, not ports.
Could this be considered "Works as intended"?
*** This bug has been marked as a duplicate of bug 191151 ***