Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GDM+LTSP=Autologin?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Riplix
n00b
n00b


Joined: 26 Sep 2004
Posts: 33

PostPosted: Fri Mar 03, 2006 9:16 pm    Post subject: GDM+LTSP=Autologin? Reply with quote

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
View user's profile Send private message
Riplix
n00b
n00b


Joined: 26 Sep 2004
Posts: 33

PostPosted: Sat Mar 04, 2006 11:45 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum