Hi Guys,
I have created a screen script that start a login session, let the user
authenticate (using NIS) and get access to HOME which is nfs mounted.
Now I want to do something similar using xdm: Start xdm on the thin
client, display a graphical login prompt, authenticate the user (using
NIS) and start a session (a window manager plus an xterm). The idea
behind all this is to use the thin client cpu and ram.

Any ideas/hints how to do this ?

Thank you.

Khalil FOUNDY

here's the login script (save it in $LTSP_DIR/i386/etc/screen.d and add
an entry in lts.conf: SCREEN_0? = login)

#!/bin/bash
 
#
# Start mingetty on this tty
#
num=`/usr/bin/basename \`tty\``
TTY="tty${num}"
echo "Inside of $0"
echo "tty=${TTY}"
 
exec /sbin/mingetty ${TTY}


_________________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Yahoo! Mail : http://fr.mail.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_____________________________________________________________________
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