fixing anonymous permissions access to zebra via Z39.50
and SRU
This commit is contained in:
parent
1f92dbafdf
commit
0808f56f84
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ storeData:1
|
|||
|
||||
# Lock File Area
|
||||
lockDir: __ZEBRA_LOCK_DIR__/authorities
|
||||
perm.anonymous:r
|
||||
perm.anonymous:ar
|
||||
perm.__ZEBRA_USER__:rw
|
||||
register: __ZEBRA_DATA_DIR__/authorities/register:4G
|
||||
shadow: __ZEBRA_DATA_DIR__/authorities/shadow:1G
|
||||
|
|
|
@ -43,7 +43,7 @@ storeData:1
|
|||
|
||||
# Lock File Area
|
||||
lockDir: __ZEBRA_LOCK_DIR__/authorities
|
||||
perm.anonymous:r
|
||||
perm.anonymous:ar
|
||||
perm.__ZEBRA_USER__:rw
|
||||
passwd: __ZEBRA_CONF_DIR__/etc/passwd
|
||||
register: __ZEBRA_DATA_DIR__/authorities/register:4G
|
||||
|
|
|
@ -41,7 +41,7 @@ storeData:1
|
|||
|
||||
# Lock File Area
|
||||
lockDir: __ZEBRA_LOCK_DIR__/biblios
|
||||
perm.anonymous:r
|
||||
perm.anonymous:ar
|
||||
perm.__ZEBRA_USER__:rw
|
||||
passwd: __ZEBRA_CONF_DIR__/etc/passwd
|
||||
register: __ZEBRA_DATA_DIR__/biblios/register:4G
|
||||
|
|
Loading…
Reference in a new issue