Categories
Computers Information Technology Linux

Disabling User List in GDM Login Screen – Ubuntu 9.10 / Linux Mint 8

I’ve been playing around with both Ubuntu 9.10 and Linux Mint 8 (just released and based on Ubuntu 9.10). One of the differences that’s noticed right away is the change in the GDM login screen. By default, it lists the users to choose from, then enter the password. This may be OK for some, i.e. perhaps a home system, but what if you wanted to not use the list of users. If you wanted to require users to type in their username to make it more secure, you can no longer just adjust this setting within the login screen settings. The login screen settings now contain just a couple of options around allowing autologin. It would be nice to have the other setting back, but here is a method that someone can use now:

  1. Logout so you are at the login screen.
  2. Ctrl-Alt-F1 to enter the CLI.
  3. Login to CLI using the normal credentials.
  4. Type: export DISPLAY=:0.0
  5. Type: sudo -u gdm gconf-editor
  6. Alt-F7 to return to the GUI. Gconf-editor should be visible.
  7. Drill down to apps –> gdm –> simple-greeter.
  8. Check box for disable_user_list. Close gconf-editor.
  9. Reboot, GDM should now show a button to login, and prompt for both username then password.