Oct 16, 2013

Disable Ubuntu Guest Session

Follow the following steps in the terminal

sudo -i
gedit /etc/lightdm/lightdm.conf

If you don't find above line then:
sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 

Add the following line and save
allow-guest=false

Then reboot the machine


No comments:

Post a Comment