home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / gopher / 1076 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.7 KB  |  42 lines

  1. Newsgroups: alt.gopher
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!schemers
  3. From: schemers@leland.Stanford.EDU (Roland Schemers)
  4. Subject: Re: gopher<->NNTP perl script
  5. Message-ID: <1992Jul25.214206.8268@leland.Stanford.EDU>
  6. Summary: acl's
  7. Sender: news@leland.Stanford.EDU (Mr News)
  8. Organization: Distributed Computing Group, Stanford University
  9. References: <1992Jul25.001230.21597@leland.Stanford.EDU> <1992Jul25.002513.22566@leland.Stanford.EDU>
  10. Date: Sat, 25 Jul 92 21:42:06 GMT
  11. Lines: 29
  12.  
  13. In article <1992Jul25.002513.22566@leland.Stanford.EDU> schemers@leland.Stanford.EDU (Roland Schemers) writes:
  14. >Ok, here is yet ANOTHER gopher gateway. Gopher to NNTP. This is
  15. >different from MSU's approach in that it is done dynamically
  16. >by changing gopher requests into NNTP requests and vice-versa.
  17.  
  18. Ok, for those of you with news you can't deliver off of campus
  19. (like clari* at Stanford :-), the version I dropped off in 
  20. pub/gopher/incoming/gopher2nntp includes acls. They are simple
  21. and look like:
  22.  
  23.   @nntp_acl=(
  24. #     ipaddress  group    access + = allow, - = deny    
  25.      '^36\.      .*       +',
  26.      '.*         ^clari   -',
  27.      '.*         .*       +'
  28.   );
  29.  
  30. Acl's are processed in order until a match is found. This acl
  31. allows anyone on campus full accesss, everyone else is denied
  32. access to groups that start with ^clari, while allowed access to everything
  33. else (this may change of course, as this gopher is not really public yet).
  34.  
  35. Roland
  36.  
  37. -- 
  38. Roland J. Schemers III              |            Networking Systems
  39. Systems Programmer                  |            168 Pine Hall   (415)-723-6740
  40. Distributed Computing Group         |            Stanford, CA 94305-4122
  41. Stanford University                 |            schemers@Slapshot.Stanford.EDU
  42.