Hi All,
I hope you can help me with the following: I have external users from KanIDM that I use on all my NixOS boxes. This works very well, except for one small issue: GDM does not remember the user and after a reboot, I need to enter my username. Funny thing is that the user does show up in GDM after logging out.
Of course, when I define a local user.. it’s remembered.
I’ve already tried to manually create a user file in /var/lib/AccountsService/users but no luck there.
The issue is that KanIDM does not add a user entry to /etc/passwd by design and I have a feeling that the systemd-tmpfiles service is removing the cached users from the accounts-daemon.
Does anyone have some insight to have the last logged-in external user show up in GDM after a reboot?