Hi,
I’m trying to implement a systemd-homed
user in my desktop. It worked for GNOME, but it did’t for KDE Plasma. I’m using Fedora 41.
I can’t pass the login screen.
Steps:
sudo authselect enable-feature with-systemd-homed
sudo homectl create test --real-name "Test User"
log out & log in as <test> user
Log:
unix_chkpwd: check pass; user unknown
unix_chkpwd: password check failed for user (test)
sddm: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Password incorrect or not sufficient for authentication of user test."
I can confirm that the password is correct.
Is there any additional configuration needed?