zebra conf: add reference to password file

Note: currently only zebraqueue_daemon.pl is known
to use the extended services that require the
Zebra r/w password.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Galen Charlton 2008-04-21 16:35:55 -05:00 committed by Joshua Ferraro
parent b9260e571c
commit 49a33fc4bc
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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