Howdy folks,

I'm setting up an LTSP Internet Access Centre
(kind of Internet Cafe without coke.)

So far, it's working just fine, but needs a lot of
administration. Hence, security risks and a need
for a qualified (read: expensive) administrator
in place.

The workaround I thought of was creating a special
account that would, upon login, open a form in a
browser so that the users could create their accounts
and register their cards to add time themselves --
with a little help of cgi scripts.

To do so, I need a browser that

1. Will start up when run from /etc/X11/xdm/Xsession
   (Mozilla seems unwilling to do so. At least, it never
   started when run like that:

if [ "x" = "$LOGNAME" ]; then
        exec -l $SHELL -c "/usr/bin/mozilla -hight 1024 \
                -width 768 http://localhost/form2fill.html";
fi

   Anything wrong with this line?)

2. Can be tuned to prevent opening any non-local URLs
   (click Konqueror with the right mouse button, and
   it's all yours.)

Any ideas?

-- 
This signature was intentionally left blank.



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_____________________________________________________________________
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