Disabling the Guest account
- Anmelden oder Registrieren um Kommentare zu schreiben
I want to disable the guest account. 'System -> Users and groups' shows me nothing but my main account. According to several sources I can add 'allow-guest=false' to lightdm.conf but that file doesn't exist.
What is the trick?
sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
Add the following line, save and then close.
allow-guest=false
Reboot, and you're set.
copy and pasted, use a searX engine, m8, won't hurt :P
And if you want to enable it again you go back and edit it to allow-guest=true?
Removing the liner will also do the trick.
Thanks.
I really appreciate you helping me out under the suspicion that I haven't searched for an answer first. I had though, and what I wrote was the 'average' of what I discovered.
I don't have a 50-ubuntu.conf file
The closest thing I have is a file called 50-trisquel-session.conf but it is empty. Is that the one?
always welcome, mate bahn!
>Is that the one?
No idea..
I would add "allow-guest=false" to /usr/share/lightdm/lightdm.conf.d/50-trisquel-session.conf and see if it works after restarting LightDM ('sudo restart lightdm' in a text session) or the whole system.
- Anmelden oder Registrieren um Kommentare zu schreiben