docker-scripts-archived / dev--LTSP

Virtual LTSP server with vagrant and/or docker-scripts.
GNU General Public License v3.0
7 stars 6 forks source link

Add support for guest accounts and automatic login #78

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

On settings.sh add also these options:

GUEST_ACCOUNTS="yes"
AUTOMATIC_LOGIN="yes"

When GUEST_ACCOUNT is "yes", the LTSP server should support guest account logins from the clients (see this blog which explains what this means and why it can be useful: http://dashohoxha.fs.al/linux-guest-account/)

When AUTOMATIC_LOGIN is "yes", then the client should login automatically to the guest account as soon as it boots up.

I think that these can be implemented easily by small changes on the configuration of LTSP, however I don't know what these changes are. Maybe we can ask help from the LTSP community about these.