Source: kscreenlocker Severity: minor X-Debbugs-Cc: jared...@pm.me Dear Maintainer,
Every time the screen locks, I get PAM errors in the journal in red (priority 3): kscreenlocker_greet[297707]: PAM unable to dlopen(pam_sss.so): /usr/lib/security/pam_sss.so: cannot open shared object file: No such file or directory kscreenlocker_greet[297707]: PAM adding faulty module: pam_sss.so Based on this bug report https://bugs.gentoo.org/927032 I tried copying /usr/lib/pam.d/kde-smartcard to /etc/pam.d/ and adding - in front of line #5 so instead of: auth required pam_sss.so allow_missing_name try_cert_auth it reads: -auth required pam_sss.so allow_missing_name try_cert_auth This fixed the issue for me. Thanks Jared -- System Information: Debian Release: 13.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.12.41+deb13-amd64 (SMP w/16 CPU threads; PREEMPT) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), LANGUAGE=en_CA:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled