https://bugs.kde.org/show_bug.cgi?id=514730
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #4 from David Edmundson <[email protected]> --- >Entering the following into /etc/plasmalogin.conf has not helped: We dropped this, the rationale being that it seemed like we were just duplicating the login defs. Clearly that was not the case! It's hardcoded in systemd: /* Users managed by systemd-homed. See https://systemd.io/UIDS-GIDS for details * how this range fits into the rest of the world. */ #define HOME_UID_MIN ((uid_t) 60001) #define HOME_UID_MAX ((uid_t) 60513) For 6.6 we can also just whitelist that section and be done with it. Longer-term, we could do with something better. I was hoping to integrate homed directly especially for the datastore. -- You are receiving this mail because: You are watching all bug changes.
