View previous topic :: View next topic |
Author |
Message |
Riplix n00b
Joined: 26 Sep 2004 Posts: 33
|
Posted: Fri Mar 03, 2006 9:16 pm Post subject: GDM+LTSP=Autologin? |
|
|
I'm loosing hope with this combination. With KDM autologin on ltsp thin clients simply worked. Has anyone successfully set-up autologin on ltsp thin clients with GDM? |
|
Back to top |
|
|
Riplix n00b
Joined: 26 Sep 2004 Posts: 33
|
Posted: Sat Mar 04, 2006 11:45 am Post subject: |
|
|
I've found an autologin script on ltsp-mailing list, but unfortunately gdm ignores it.
Code: | > --- autologin.sh ---
#!/bin/bash
HOSTNAME=`echo ${DISPLAY} | cut -f1 -d: | awk -F . {' print $1 '}`
echo $HOSTNAME
exit 0
|
And configuration in gdm.conf:
Code: | > --- gdm-conf ---
[daemon]
AutomaticLoginEnable=true
AutomaticLogin=/usr/bin/autologin.sh|
TimedLoginEnable=true
TimedLogin=/usr/bin/autologin.sh|
TimedLoginDelay=30
[security]
AllowRemoteAutoLogin=true
|
There are also suggestions on configuring some pam authentiaction modules for autologin. Nothing specific.
Has Gentoo a specific configuration? Has anyone successfully autologined with GDM? |
|
Back to top |
|
|
|