From 7b8b2bac6eed509ef2a0dcd2941fec5315d91618 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 14 Dec 2005 10:31:06 +0000 Subject: [PATCH] Rip out some rubbish, comment out spurious over-configuration. --- archive/test-server/test-server.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/archive/test-server/test-server.cfg b/archive/test-server/test-server.cfg index e69de29..3f2e96a 100644 --- a/archive/test-server/test-server.cfg +++ b/archive/test-server/test-server.cfg @@ -0,0 +1,20 @@ +# Simple Zebra configuration file +# $Id: test-server.cfg,v 1.2 2005-12-14 10:31:06 mike Exp $ +# +# Where the schema files, attribute files, etc are located. +#profilePath: .:../../tab + +# Files that describe the attribute sets supported. +attset: bib1.att +attset: gils.att +attset: explain.att + +recordtype: grs.sgml +isam: b + +# Flags for the non-authenticated user. w=write (allows ES Updates) +perm.user: r +perm.admin: rw +passwd: test-server.pw + +#modulePath: ../../recctrl/.libs -- 1.7.10.4