Hi. I used LTSP 42 for 3 years. The last year I changed to LTSP 5 my laboratory of thinclient, but this year I have machines more power and I begin to configurer Ltsp Fat Client. I used this guide
https://help.ubuntu.com/community/UbuntuLTSP/LTSPFatClients I configured all. My clients work all programs on the terminal itself. But now I want autologin in my clients. They use gdm. I did the same that I did when I used LTSP 4.2. but this dont work. I modified the gdm.conf: daemon AutomaticLoginEnable=true AutomaticLogin=/usr/bin/autologin.sh| TimedLoginEnable=true TimedLogin=/usr/bin/autologin.sh| TimedLoginDelay=30 security AllowRemoteAutoLogin=true I modified my script /usr/bin/autologin.sh: #!/bin/bash CLIENT=(`ifconfig | grep Bcast | cut -d: -f2 | cut -d" " -f1`) echo $CLIENT case "$CLIENT" in "192.168.0.250") usuario=ws001;; "192.168.0.249") usuario=ws002;; esac echo $usuario exit 0 But this dont work. I thinked my LDAP server was the problem, but if I only modified my gdm.conf AutomaticLoginEnable=true AutomaticLogin=ws001 This work. Someone help me please. [email protected] ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
