[EMAIL PROTECTED] a écrit :
On Saturday 21 January 2006 12:28, [EMAIL PROTECTED] wrote:

Hi list

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

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

/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?


Save your current autologin.sh. Play with autologin. That is where all the magic happens. Hint: RFM on sed, bash (the latter is well huge and complicated, but familiarity will be a great help as you play with linux/unix/ltsp
James

Thanks James, but I don't have lots of time to play and learn bash scripts, try different things... I already have lots of things to "play" with, not only on Linux... ;) If somebody has installed an autologin that does what I want and wants to share it, why re-invent what's already invented?

Thanks

--
DenisG

Site perso --> http://www.denisg.fr.to
Miam!   -->   http://fermedelangle.com


-------------------------------------------------------
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