Comment 24 for bug 491940

Revision history for this message
Frederick J. Henderson (frederickjh) wrote :

I have a LTSP client that functions as a photo frame running gphotoframe. I have the following in lts.conf for that client

#Laptop ethernet
[00:0*:**:**:**:**]
LIKE=Atoms
# Used to allow auto login of clients
LDM_AUTOLOGIN=false
LDM_LOGIN_TIMEOUT=7

# Needed for LDM_LOGIN_TIMEOUT to work properly
LDM_GUESTLOGIN=true

LDM_USERNAME=media
LDM_PASSWORD=*******
#SOUND=N
#Auto Shut down
SHUTDOWN_TIME=20:00:00

I believe the lines that will solve the problem of the endless loop are:

LDM_AUTOLOGIN=false
LDM_LOGIN_TIMEOUT=7
LDM_GUESTLOGIN=true

The LDM_LOGIN_TIMEOUT parameter makes it wait that many seconds before automatically login in. Adjust it as you like.