From 8c88f4605887e81d551372c3beb0af34b2747c09 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 12 May 2005 10:16:26 +0000 Subject: [PATCH] Added sample directive for permissions --- examples/gils/zebra.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/gils/zebra.cfg b/examples/gils/zebra.cfg index 6082f54..ab98930 100644 --- a/examples/gils/zebra.cfg +++ b/examples/gils/zebra.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.6 2004-11-05 17:44:32 heikki Exp $ +# $Id: zebra.cfg,v 1.7 2005-05-12 10:16:26 adam Exp $ # # Where the schema files, attribute files, etc are located. profilePath: .:../../tab @@ -12,6 +12,9 @@ attset: explain.att recordtype: grs.sgml isam: c +# Flags for the non-authenticated user. w=write (allows ES Updates) +perm.anonymous: rw + #rank: zvrank #recordId: (bib-1,identifier-standard) -- 1.7.10.4