On 27/01/2014 15:59, Steven Chamberlain wrote: > On 26/01/14 19:51, Mats Erik Andersson wrote: >> I am since two years the driving developer of GNU Inetutils. >> Building "inetutils-ftpd" on kfreebsd-amd64 on Wheeze with >> PAM support produces authentication failures of this kind >> >> $ tail -2 /var/log/auth.log >> .. thule ftpd[1234]: PAM unable to dlopen(pam_unix): \ >> /lib/security/pam_unix: cannot open shared object file: \ >> No such file or directory >> .. thule ftpd[1234]: PAM adding faulty module: pam_unix > > This looks similar, I'm only seeing it on one sid kfreebsd-amd64 system: >> Jan 27 13:21:20 sid sshd[60054]: PAM unable to dlopen(pam_selinux.so): >> /lib/security/pam_selinux.so: cannot open shared object file: No such file >> or directory
Probably a different problem. These lines in /etc/pam.d/login are Linux-specific: /etc/pam.d/login:session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close /etc/pam.d/login:session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open -- Robert Millan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

