Matt Morgan wrote:
You also, for a shared login like that, should use a browser in a kiosk mode that doesn't allow changes to settings, history, etc. Unless you want to clean it up occasionally.
Doesn't sound too difficult. Make a guest-master account and keep its password secret. Make a simple script that removes /home/guest and replaces it with a copy of /home/guest-master. Put the script in /etc/cron.daily. Then log in as guest-master when you need to change the settings in the guest account.
Björn Persson