[Bug 269189] security/plasma5-kscreenlocker: KDE lockscreen not unlocking
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 15 15:48:40 BST 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269189
--- Comment #11 from Felix Palmen <zirias at freebsd.org> ---
(In reply to Alexander Motin from comment #10)
Possible things to analyze:
Is something useful logged on auth errors (auth.log, maybe messages)?
Does the content of /usr/local/etc/pam.d/kde look correct? It should just
prepend unix-selfauth-helper and include "system", so, does /etc/pam.d/system
look correct?
Are you using a "normal" local account (one in the systems passwd db)?
- If so, does unix-selfauth-helper work correctly when called standalone? As
your user, execute
> echo -n <password> | PAM_SM_FUNC=pam_sm_authenticate PAM_USER=<username> /usr/local/libexec/unix-selfauth-helper && echo ok
This should print "ok" when given the correct credentials of your own user,
nothing otherwise (also when trying a different user).
- If not, does it work when you comment the line calling unix-selfauth-helper
with pam_exec?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list