K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-04-26T07:05:10.000000Z
K 7
svn:log
V 677
lib/conffile.c:
	- From: Aidan Cully <aidan@panix.com>
	- updated readers.conf overhaul
	  I've regularized the syntax per discussion between me/Fabien Tassin,
	  e.g.

	  group "groupname" {
	    auth "panixhosts" {
	      hosts: "*.panix.com"
	      key: "default"      # is optional.  no key matches no key.
	      auth "radius" {
	        program: "radius -f /news/etc/authrad.conf"
	      }
	    }
	    access "users" {
	      users: "*"
	      key: "default"
	      newsgroups: "*,!internal.*"
	      access: "Read Post"
	    }
	    access "staffers" {
	      users: "staffer1@panix.com"
	      key: "default"
	      newsgroups: "*"
	      access "Read Post"
	    }
	  }

END
