User Tools

Site Tools


tips:disable-guest-account-in-ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips:disable-guest-account-in-ubuntu [05.08.2012 23:03] (current)
vergo created
Line 1: Line 1:
 +====== Disable guest account in Ubuntu ======
 +
 +For some reason, new Ubuntu releases show a guest account in the X login screen by default. That account can be disabled by editing (as root) ///lightdm/lightdm.conf// and adding the following line at the end of the file:
 +
 +<code>
 +allow-guest=false
 +</code>
 +
 +Then restart the session (still as root) with:
 +
 +<code>
 +service lightdm restart
 +</code>
  
tips/disable-guest-account-in-ubuntu.txt ยท Last modified: 05.08.2012 23:03 by vergo