29 May
2023
29 May
'23
3:59 p.m.
On Mon, May 29, 2023 at 04:37:20PM +0200, Steffen Nurpmeso wrote:
commit 74dab7ce36db053491f54a1a7fb5dbc848d5a985 Author: Juergen Daubert <jue@jue.li> AuthorDate: 2023-05-10 13:07:35 +0200 Commit: Juergen Daubert <jue@jue.li> CommitDate: 2023-05-10 13:07:35 +0200
linux-pam: update to 1.5.3
removed pam_lastlog.so, but shadow still uses it:
shadow/login:session optional pam_lastlog.so
this results in
login[650]: PAM unable to dlopen(/lib/security/pam_lastlog.so): /lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory login[650]: PAM adding faulty module: /lib/security/pam_lastlog.so
Thanks for the report, is fixed now. Greetings Juergen