Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 14674  / 2 Years ago, sat, october 29, 2022, 8:22:16

I'm fairly new to Ubuntu and one issue that I have with it is that there is no simple, easy way (as far as I know and please tell me if you have found a better way) to set up fool-proof parental controls. What I did with Ubuntu is to disable the guest account, password protect the admin account, and install ProCon Latte Content Filter on all the basic user’s firefox web browsers and configure them accordingly.



I got a new computer and decided to put Lubuntu 14.04 on it. Works great. Only issue so far: I cannot figure out how to disable the guest session. I searched around, but all the documentation tells me to sudo edit a file that doesn’t exist in Lubuntu 14.04. What does exist are these:



advanced@Dimension5150:/usr/lib/lightdm$ ls

guest-session-auto.sh lightdm-greeter-session lightdm-guest-session

advanced@Dimension5150:/etc/lightdm$ ls

lightdm.conf.d lightdm-gtk-greeter-ubuntu.conf
lightdm-gtk-greeter.conf users.conf


So, could someone please tell me how to disable the guest session, or remove internet access (networking) from it?


More From » 14.04

 Answers
1

Please see this page in the Ubuntu Desktop Guide. That solution works fine on Lubuntu too.



The instructions:




If you prefer to not allow guest access to your computer, you can disable the Guest Session feature. To do so, press Ctrl+Alt+T to open a terminal window, and then run this command (it's one long command, even if it may be shown wrapped on the screen - copy and paste to get it right):



sudo sh -c 'printf "[SeatDefaults]
allow-guest=false
" >/usr/share/lightdm/lightdm.conf.d/50-no-guest.conf'


The command creates a small configuration file. To re-enable Guest Session, simply remove that file:



sudo rm /usr/share/lightdm/lightdm.conf.d/50-no-guest.conf


[#23230] Saturday, October 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leadprogres

Total Points: 298
Total Questions: 114
Total Answers: 139

Location: Samoa
Member since Mon, Nov 8, 2021
3 Years ago
;