Comment 2 for bug 833762

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Hi,

The configuration file has moved from /etc/lightdm/lightdm.conf to /etc/lightdm/users.conf. The format is:

#
# User accounts configuration
#
# minimum-uid = Minimum UID required to be shown in greeter
# hidden-users = Users that are not shown to the user
# hidden-shells = Shells that indicate a user cannot login
#
[UserAccounts]
minimum-uid=500
hidden-users=nobody nobody4 noaccess
hidden-shells=/bin/false /usr/sbin/nologin

However, if you are running in Ubuntu LightDM will first try and get the user list from the accounts service. So this configuration is not used. I'm not sure if accounts service can hide users like this, it ignores users with a UID less than UID_MIN (set in /etc/login.defs).

I'll close this as invalid on LightDM assuming you are using accounts service. The problem lies either in accounts service not being able to configure which users to show, or the bit defender package picking an inappropriate UID.

Thanks for the bug!