From fff4b375405defca4f4a514ca00aa806141762f6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 May 2005 10:01:27 +0000 Subject: [PATCH] More sample config --- examples/gils/zebra.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index b2fb035..f6e0c22 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.2.2.3 2004-10-05 13:26:27 adam Exp $ +# $Id: zebra.cfg,v 1.2.2.4 2005-05-12 10:01:27 adam Exp $ # # Where the schema files, attribute files, etc are located. profilePath: ../../tab @@ -12,7 +12,11 @@ attset: explain.att recordtype: grs.sgml isam: b +# Set permissions for the anonymous user r=read, w=write +perm.anonymous: rw + # recordId: file +# recordId: (bib1,identifier-standard) #register: register:100M #shadow: shadow:100M -- 1.7.10.4