Hi list

Yes, once again autologin!
Autologin works fine on my clients, doing this:

in gdm.conf:
   AutomaticLoginEnable=true
   AutomaticLogin=/usr/bin/autologin.sh|
   TimedLoginEnable=true
   TimedLogin=/usr/bin/autologin.sh|
   TimedLoginDelay=3

/usr/bin/autologin.sh
   #!/bin/bash
   HOSTNAME=`echo ${DISPLAY} | cut -f1 -d: | awk -F . {' print
$1 '}`
   if [[ $HOSTNAME == "" ]] ; then
        HOSTNAME='denis'
   fi
   echo $HOSTNAME
   exit 0

With this I autologin with my login on the server.
I want to keep the greeter without timed login on the server
and some clients. I didn't find a good way to do this on list
archives.

Somebody can help?
Thanks

DenisG

Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)





-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_____________________________________________________________________
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

Reply via email to