Remove the User Names from Login Screen – Ubuntu 11.10

Channel: Ubuntu
Abstract: Edit the /etc/lightdm/lightdm.conf file. raj@geeksite~$ sudo vi /etc/lightdm/lightdm.conf Step 3it increases the security little bit. Here i used the

Here is the small tutorial about disabling the list of user in Ubuntu 11.10 login screen, it increases the security little bit. Here i used the lightdm.conf file for getting the above task, follow the steps to disable user list in login screen, if want to more security consider to disable Guest account login in Ubuntu 11.10.

 

 

Step 1: Open Terminal ( Dash Home —-> Search for Terminal or Ctrl + Alt + T)

Step 2: Edit the /etc/lightdm/lightdm.conf file.

raj@geeksite~$ sudo vi /etc/lightdm/lightdm.conf

Step 3:  Add the following line at the end of the above file.

greeter-hide-users=true

Step 4: Reboot

raj@geeksite~$ sudo reboot

Now the login scree will look like below without User Names list except Guest Session.

That’s all.

Ref From: itzgeek

Related articles