Hello,
Anyone know how to configure GDM 2.26.1 to NOT display the list of users, but instead just prompt for username and password?
I tried the following (as normal user and also as root):
Code:
gconftool-2 -s /apps/gdm/simple-greeter/disable_user_list -t bool true
Then, I queried the value as follows:
Code:
gconftool-2 -g /apps/gdm/simple-greeter/disable_user_list
true
I then logged out and the list of users was still presented. I then logged back in and retried the commands above and this time I restarted the machine, and again, the userlist was presented...
Anyone know what am I doing wrong?
BTW, I am using FEDORA 11.
Thanks!