Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#59322 - [lightdm] "Dynamic User" visible in user list
Attached to Project:
Arch Linux
Opened by A. Bosch (progandy) - Friday, 13 July 2018, 08:55 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 17 July 2018, 02:56 GMT
Opened by A. Bosch (progandy) - Friday, 13 July 2018, 08:55 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 17 July 2018, 02:56 GMT
|
DetailsDescription:
If accountsservice is not installed, then LightDM does not hide users created by systemd with DynamicUser=yes in the login screen. Solution: Add /sbin/nologin to hidden-shells in /etc/lightdm/users.conf, systemd uses that for dynamic users. Additional info: * package version(s) systemd 239.0-2 lightdm 1:1.26.0-1 accountsservice *not* installed https://bbs.archlinux.org/viewtopic.php?id=238704 Steps to reproduce: run a systemd service with DynamicUser=yes and switch to the login screen. (The service must not contain a User= directive that points to an existing user in /etc/passwd) systemd-run --pty --property=DynamicUser=yes /bin/sh getent passwd ... run-u16702:*:64024:64024:Dynamic User:/:/sbin/nologin |
This task depends upon

Seems to be covered by optional deps, but we'll see what the maintainer wants to do.