home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.gopher
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!schemers
- From: schemers@leland.Stanford.EDU (Roland Schemers)
- Subject: Re: gopher<->NNTP perl script
- Message-ID: <1992Jul25.214206.8268@leland.Stanford.EDU>
- Summary: acl's
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: Distributed Computing Group, Stanford University
- References: <1992Jul25.001230.21597@leland.Stanford.EDU> <1992Jul25.002513.22566@leland.Stanford.EDU>
- Date: Sat, 25 Jul 92 21:42:06 GMT
- Lines: 29
-
- In article <1992Jul25.002513.22566@leland.Stanford.EDU> schemers@leland.Stanford.EDU (Roland Schemers) writes:
- >Ok, here is yet ANOTHER gopher gateway. Gopher to NNTP. This is
- >different from MSU's approach in that it is done dynamically
- >by changing gopher requests into NNTP requests and vice-versa.
-
- Ok, for those of you with news you can't deliver off of campus
- (like clari* at Stanford :-), the version I dropped off in
- pub/gopher/incoming/gopher2nntp includes acls. They are simple
- and look like:
-
- @nntp_acl=(
- # ipaddress group access + = allow, - = deny
- '^36\. .* +',
- '.* ^clari -',
- '.* .* +'
- );
-
- Acl's are processed in order until a match is found. This acl
- allows anyone on campus full accesss, everyone else is denied
- access to groups that start with ^clari, while allowed access to everything
- else (this may change of course, as this gopher is not really public yet).
-
- Roland
-
- --
- Roland J. Schemers III | Networking Systems
- Systems Programmer | 168 Pine Hall (415)-723-6740
- Distributed Computing Group | Stanford, CA 94305-4122
- Stanford University | schemers@Slapshot.Stanford.EDU
-