Op maandag 26 maart 2007 13:07, schreef guy duportail:
we sell multiseat systems(www.multiseatcomputer.be) and I wonder if there
is a solution for autologin multiple users with gdm.Short:a six seat
configuration; i need to autologin six users at startup,for example needed
in libraries or schools.
Seems that gdm only autologin one user.
thanks,
guy
_______________________________________________
gdm-list mailing list
gdm-list gnome org
http://mail.gnome.org/mailman/listinfo/gdm-list
this was my last attempt but did not work:
also tried with timed login.
In gdm.conf:
AutomaticLoginEnable=true
AutomaticLogin=/usr/local/sbin/AutoLoginUser.sh %d |
script AutoLoginUser.sh called
with parameter display name
#!/bin/bash
if [ "$#" != "1" ] ; then
exit
fi
DISPLAY="$1"
if [ "$DISPLAY" = ":1" ] ; then
echo "username1" # login name user first Xgl server
fi
if [ "$DISPLAY" = ":2" ] ; then
echo "username2" # login name user second Xgl server
fi
if [ "$DISPLAY" = ":3" ] ; then
echo "username3" # login name user third Xgl server
if [ "$DISPLAY" = ":4" ] ; then
echo "username4" # login name user fourth Xgl server
fi
_______________________________________________
gdm-list mailing list
gdm-list gnome org
http://mail.gnome.org/mailman/listinfo/gdm-list