#   This allows fred directly and barney via the group.
#   Wilma should be barred.
AuthType	=	Basic;
AuthName	=	"admin";
AuthUserFile	=	conf/admin.pwd;
AuthGroupFile	=	conf/admin.grp;
AuthAllowUsers	=	fred;
AuthAllowGroups	=	Rubble;
