aquaballoon

Disable Guest account

Jul 9th, 2013
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. http://www.ubuntugeek.com/ubuntu-tiphow-to-disable-guest-account-in-ubuntu-12-04precise.html
  2.  
  3. $ gksudo gedit /etc/lightdm/lightdm.conf
  4.  
  5. [SeatDefaults]
  6. user-session=ubuntu
  7. greeter-session=unity-greeter
  8. allow-guest=false
  9.  
  10. $ sudo restart lightdm
Advertisement
Add Comment
Please, Sign In to add comment