A new handler defined for zebra Zconnauth with read/write permission. Zconnauth shoul...
authortgarip1957 <tgarip1957>
Mon, 10 Apr 2006 21:40:23 +0000 (21:40 +0000)
committertgarip1957 <tgarip1957>
Mon, 10 Apr 2006 21:40:23 +0000 (21:40 +0000)
commitcac5265e0b8861821e0e7b4a407cb8f2ac7e81e3
treed8dbca1446b0488eabdfb77e57f175bfbe2a4390
parent88f41fb97e6bc3f8caa5c9c770da22fd53a14013
A new handler defined for zebra Zconnauth with read/write permission. Zconnauth should only be called in biblio.pm where write operations are. Use of this handler will break things unless koha.conf contains new variables:
zebradb=localhost
zebraport=<your port>
zebrauser=<username>
zebrapass=<password>

The zebra.cfg file should read:
perm.anonymous:r
perm.username:rw
passw.c:<yourpasswordfile>

Password file should be prepared with Apaches htpasswd utility in encrypted mode and should exist in a folder zebra.cfg can read
C4/Context.pm