[Koha-patches] [PATCH] zebra conf: add reference to password file

Galen Charlton galen.charlton at liblime.com
Mon Apr 21 23:35:55 CEST 2008


Note: currently only zebraqueue_daemon.pl is known
to use the extended services that require the
Zebra r/w password.
---
 etc/zebradb/zebra-authorities.cfg |    1 +
 etc/zebradb/zebra-biblios.cfg     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/etc/zebradb/zebra-authorities.cfg b/etc/zebradb/zebra-authorities.cfg
index d828934..ba52d1c 100644
--- a/etc/zebradb/zebra-authorities.cfg
+++ b/etc/zebradb/zebra-authorities.cfg
@@ -45,6 +45,7 @@ storeData:1
 lockDir: __ZEBRA_LOCK_DIR__/authorities
 perm.anonymous:r
 perm.__ZEBRA_USER__:rw
+passwd: __ZEBRA_CONF_DIR__/etc/passwd
 register: __ZEBRA_DATA_DIR__/authorities/register:4G
 shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G 
 
diff --git a/etc/zebradb/zebra-biblios.cfg b/etc/zebradb/zebra-biblios.cfg
index 980c01a..58e738a 100644
--- a/etc/zebradb/zebra-biblios.cfg
+++ b/etc/zebradb/zebra-biblios.cfg
@@ -43,6 +43,7 @@ storeData:1
 lockDir: __ZEBRA_LOCK_DIR__/biblios
 perm.anonymous:r
 perm.__ZEBRA_USER__:rw
+passwd: __ZEBRA_CONF_DIR__/etc/passwd
 register: __ZEBRA_DATA_DIR__/biblios/register:4G
 shadow: __ZEBRA_DATA_DIR__/biblios/shadow:4G
 
-- 
1.5.5.rc0.16.g02b00




More information about the Koha-patches mailing list