FS#67372 - [pam] pam_tally not existing anymore breaks sddm autologin
Attached to Project:
Arch Linux
Opened by maxi jac (maxi_jac) - Thursday, 23 July 2020, 19:31 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 14 August 2020, 12:45 GMT
Opened by maxi jac (maxi_jac) - Thursday, 23 July 2020, 19:31 GMT
Last edited by Tobias Powalowski (tpowa) - Friday, 14 August 2020, 12:45 GMT
|
Details
Hello,
Description: After upgrading (from testing), pam got upgraded to 1.4.0-2 and sddm autologin (maybe simple login also) is now broken because pam_tally.so is not found. Result is a black screen and impossibility to log into a graphical session at all. See error log: sddm-helper[1229]: PAM unable to dlopen(/usr/lib/security/pam_tally.so): /usr/lib/security/pam_tally.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type (Translation: Cannot open shared object: No such file or directory) sddm-helper[1229]: PAM adding faulty module: /usr/lib/security/pam_tally.so sddm version 0.18.1-2 I commented the line in /etc/pam.d/sddm-autologin #auth required pam_tally.so file=/var/log/faillog onerr=succeed and now it logs in. Not sure if pam should provide pam_tally.so again or if sddm should drop the dependency to tally. Steps to reproduce: sddm 0.18.1-2 + pam 1.4.0-2 and autologin feature enabled => no login, but black screen. |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Friday, 14 August 2020, 12:45 GMT
Reason for closing: Fixed
Additional comments about closing: 0.18.1-3
Friday, 14 August 2020, 12:45 GMT
Reason for closing: Fixed
Additional comments about closing: 0.18.1-3
lightdm uses pam_tally.so in lightdm-autolongin
FS#67347It does not record failures or reset the tally count on success.