X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra%2Fzebra.cfg;h=7c7d482170018643aac2bd1074704095e6e44dd0;hb=253b8e63716e09460b6f1fc642cd3c81504da77f;hp=612eb8f07baa21cbf648098b663dd5caf4705596;hpb=ef03cfe0e240366ce4548e3ff17da87e873f83e5;p=irspy-moved-to-github.git diff --git a/zebra/zebra.cfg b/zebra/zebra.cfg index 612eb8f..7c7d482 100644 --- a/zebra/zebra.cfg +++ b/zebra/zebra.cfg @@ -1,10 +1,11 @@ -# $Id: zebra.cfg,v 1.6 2006-09-13 07:44:45 mike Exp $ # Where to look for config files -profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab +profilePath: .:/usr/share/idzebra-2.0/tab:/opt/local/share/idzebra-2.0/tab:/usr/local/Cellar/zebra/2.0.59/share/idzebra-2.0/tab -# Where to look for loadable zebra modules -modulePath: /usr/lib/idzebra-2.0/modules +# Where to look for loadable zebra modules. Both these path components +# are necessary, since the former is used when installed from a Debian +# package and the latter when installed from a Mac port. +modulePath: /usr/local/lib/idzebra-2.0/modules:/opt/local/lib/idzebra-2.0/modules:/usr/lib/idzebra-2.0/modules # store records and record keys internally storeData: 1 @@ -20,5 +21,12 @@ database: IR-Explain---1 register: db/register:100G shadow: db/shadow:100G lockdir: db/lock -tmpdir: db/tmp keytmpdir: db/tmp + +# Permissions for update +perm.anonymous: ra +perm.admin: rw +#passwd.c: htpasswd +passwd: htpasswd.unencrypted + +encoding: UTF-8