home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / xdm / Xaccess < prev    next >
Text File  |  1999-09-03  |  2KB  |  69 lines

  1. # $XConsortium: Xaccess,v 1.5 91/08/26 11:52:51 rws Exp $
  2. #
  3. # Access control file for XDMCP connections
  4. #
  5. # To control Direct and Broadcast access:
  6. #
  7. #    pattern
  8. #
  9. # To control Indirect queries:
  10. #
  11. #     pattern        list of hostnames and/or macros ...
  12. #
  13. # To use the chooser:
  14. #
  15. #    pattern        CHOOSER BROADCAST
  16. #
  17. # or
  18. #
  19. #    pattern        CHOOSER list of hostnames and/or macros ...
  20. #
  21. # To define macros:
  22. #
  23. #       %name        list of hosts ...
  24. #
  25. # The first form tells xdm which displays to respond to itself.
  26. # The second form tells xdm to forward indirect queries from hosts matching
  27. # the specified pattern to the indicated list of hosts.
  28. # The third form tells xdm to handle indirect queries using the chooser;
  29. # the chooser is directed to send its own queries out via the broadcast
  30. # address and display the results on the terminal.
  31. # The fourth form is similar to the third, except instead of using the
  32. # broadcast address, it sends DirectQuerys to each of the hosts in the list
  33. #
  34. # In all cases, xdm uses the first entry which matches the terminal;
  35. # for IndirectQuery messages only entries with right hand sides can
  36. # match, for Direct and Broadcast Query messages, only entries without
  37. # right hand sides can match.
  38. #
  39.  
  40. *                    #any host can get a login window
  41.  
  42. #
  43. # To hardwire a specific terminal to a specific host, you can
  44. # leave the terminal sending indirect queries to this host, and
  45. # use an entry of the form:
  46. #
  47.  
  48. #terminal-a    host-a
  49.  
  50.  
  51. #
  52. # The nicest way to run the chooser is to just ask it to broadcast
  53. # requests to the network - that way new hosts show up automatically.
  54. # Sometimes, however, the chooser can't figure out how to broadcast,
  55. # so this may not work in all environments.
  56. #
  57.  
  58. *        CHOOSER BROADCAST    #any indirect host can get a chooser
  59.  
  60. #
  61. # If you'd prefer to configure the set of hosts each terminal sees,
  62. # then just uncomment these lines (and comment the CHOOSER line above)
  63. # and edit the %hostlist line as appropriate
  64. #
  65.  
  66. #%hostlist    host-a host-b
  67.  
  68. #*        CHOOSER %hostlist    #
  69.