You could also use the GDM2Setup utility from the Launchpad PPA: <a href="https://launchpad.net/gdm2setup">https://launchpad.net/gdm2setup</a><br><br>It adds the old config options back in for the login experience, such as Userlist control.<br>
<br><br><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">"Switching" to gdm is the essential ingredient because the login<br>

screen is displayed through the gdm user.<br>
<br>
For the record, three ways (that I know of; you could probably edit<br>
some xml file (in ~gdm/gconf or ~gdm/gconf.d?)):<br>
<br>
1. Logged in as you:<br>
<br>
in alt-f2 or in terminal<br>
<br>
$ sudo -u gdm gconftool-2 --set --type boolean<br>
/apps/gdm/simple-greeter/disable_user_list true<br>
<br>
2. Logged in as you:<br>
<br>
- in alt-f2 or in terminal<br>
$ sudo/gksudo -u gdm dbus-launch gconf-editor<br>
<br>
- select<br>
/apps/gdm/simple-greeter<br>
<br>
- set<br>
disable_user_list<br>
to true<br>
<br>
- close gconf-editor<br>
<br>
3. At the login screen:<br>
<br>
- at another tty<br>
login<br>
$ export DISPLAY=:0.0<br>
$ sudo -u gdm gconf-editor<br>
<br>
- at tty7<br>
<br>
. select<br>
/apps/gdm/simple-greeter<br>
<br>
. set<br>
disable_user_list<br>
to true<br>
<br>
. close gconf-editor<br>
<br>
- at the other tty<br>
$ exit<br>
<br>
- at tty7<br>
login<br>
<div><div></div><div class="h5"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>