home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / linux / tpm-security-server-1.2.1.iso / etc / X11 / xdm / Xaccess < prev    next >
Encoding:
Text File  |  2004-01-27  |  2.0 KB  |  71 lines

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