Difference between revisions of "Enable Guest Logins in Ubuntu 18.04 Bionic"
From GroovixWiki
GroovixAdmin (talk | contribs) (Created page with "By default Ubuntu 18.04 ( non-Groovix ) no longer offers guest logins by default. But you can enable guest logins by switching the display manager from gdm3 to lightdm and...") |
GroovixAdmin (talk | contribs) |
||
Line 1: | Line 1: | ||
− | By default Ubuntu 18.04 ( non-Groovix ) | + | By default Ubuntu 18.04 ( non-Groovix ) no longer offers guest logins. But you can enable guest logins by switching the display manager from gdm3 to lightdm and enabling guest logins with the following steps. |
<ul> | <ul> |
Revision as of 07:56, 1 March 2018
By default Ubuntu 18.04 ( non-Groovix ) no longer offers guest logins. But you can enable guest logins by switching the display manager from gdm3 to lightdm and enabling guest logins with the following steps.
- sudo apt install lightdm ; # be sure to choose lightdm as the default greeter
- sudo gedit /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf ; #change it to: allow-guest=true NOTE: There is a note about bug CVE-2017-8900 , https://bugs.launchpad.net/bugs/1663157 , but I tested it with: cat /proc/self/attr/current and it seems to be fixed even though the bug report is not updated.
- Reboot the computer ( through the gui or shutdown -r now )