Quoting Jim McQuillan <[EMAIL PROTECTED]>: > > > On Fri, 15 Oct 2004, Emiliano 'AlberT' Gabrielli wrote: > > > On 16:49, venerd� 15 ottobre 2004, Jim McQuillan wrote: > > > DId you set 'DISABLE_ACCESS_CONTROL = Y' in the lts.conf file ? > > > > > > By default, the Xserver will only allow connections from client programs > > > running on the LTSP server. SO, to run a program on the thin client, > > > and have it display on the thin client, you need to disable access > > > control. > > > > is it possible to disable it on a per host basis ? > > Per workstation, you can just include the DISABLE_ACCESS_CONTROL setting > for those workstations that you want to use for local apps. > > THe alternative is to use the 'xhost' command to allow connections from > a specific host. > > ALso, you can create a file called X.hosts in the /opt/ltsp/i386/etc > directory, and in that file, just list the hosts that should be allowed > to display to that workstations screen. > > Jim.
You can also use xauth to give your display's magic cookie to the box you are running the application on. This not only restricts access to your display to a certain host, it actually restricts access to the user on that host that has the magic cookie. Here's an excerpt from a script I use /usr/X11R6/bin/xauth extract - $DISPLAY | rsh xproject2 /usr/X11R6/bin/xauth me\ rge - I know, I know, I'm using rsh to copy the cookie and rsh is host based, there should be another way to distribute the cookie more securely. -Derek > > > > > > > -- > > <?php echo ' Emiliano `AlberT` Gabrielli ',"\n", > > ' E-Mail: AlberT_AT_SuperAlberT_it ',"\n", > > ' Web: http://SuperAlberT.it ',"\n", > > ' IRC: #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?> > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > > Use IT products in your business? Tell us what you think of them. Give us > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > > http://productguide.itmanagersjournal.com/guidepromo.tmpl > > _____________________________________________________________________ > > 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 > > -- Derek Dresser http://network.gouldacademy.org/ Gould Academy Bethel, ME 04217 (207)824-7700 "What is research but a blind date with knowledge?" --Will Harvey ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _____________________________________________________________________ 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
