Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 40363  / 2 Years ago, sat, may 14, 2022, 2:21:05

I just upgraded to Ubuntu 11.10 and I was wondering if it's possible to not list all the current users and instead require the user to type in their username? My company's IT policies require that users not be listed on login screens.



In Ubuntu 11.04, I was able to do this with the following commands...



$ sudo -u gdm gconftool-2 --type boolean --set /apps/gdm/simple-greeter/disable_user_list true

More From » lightdm

 Answers
7

You can do this by editing /etc/lightdm/lightdm.conf The default contents are just:



[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu


And you can just add:



greeter-hide-users=true


To that. For the full list of options, see /usr/share/doc/lightdm/lightdm.conf (or look at this post about lightdm conf).


[#42810] Saturday, May 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antoccasiona

Total Points: 430
Total Questions: 127
Total Answers: 131

Location: Netherlands
Member since Sat, Jun 26, 2021
3 Years ago
;