From b0afd1f82c9b6d503d6cf2f8f87a147c7aa16cce Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 7 Dec 2005 15:32:34 +0000 Subject: [PATCH] New --- examples/gils/xs-pwfile | 2 ++ examples/gils/xs-test.cfg | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 examples/gils/xs-pwfile create mode 100644 examples/gils/xs-test.cfg diff --git a/examples/gils/xs-pwfile b/examples/gils/xs-pwfile new file mode 100644 index 0000000..fade4c2 --- /dev/null +++ b/examples/gils/xs-pwfile @@ -0,0 +1,2 @@ +user:frog +admin:fish diff --git a/examples/gils/xs-test.cfg b/examples/gils/xs-test.cfg new file mode 100644 index 0000000..2b5dcf2 --- /dev/null +++ b/examples/gils/xs-test.cfg @@ -0,0 +1,26 @@ +# Simple Zebra configuration file +# $Id: xs-test.cfg,v 1.1 2005-12-07 15:32:34 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: c + +# Flags for the non-authenticated user. w=write (allows ES Updates) +perm.user: r +perm.admin: rw +passwd: xs-pwfile +someCrappyNonExistentDirectiveThatWillJustBeIgnored: fruit + +#rank: zvrank +recordId: (bib-1,title) + +modulePath: ../../recctrl/.libs +#shadow: shadow:100M +#register: register:100M -- 1.7.10.4