[Koha-zebra] Zebra setup suggestions

Mike Taylor mike at miketaylor.org.uk
Tue Apr 11 12:24:42 CEST 2006


> 1- I would like to setup zebra server using user-password for
> updates and no write access for anonymous write access.

Use this combination of directives in zebra.cfg:

	perm.anonymous: ra
	perm.admin: rw
	passwd: /path/to/some/file

And create a password file at /path/to/some/file that contains the line:

	admin:somePassw0rd

Now if you access the database as user "admin", providing the password
"somePassw0rd", you'll have write-access; but if you connect
anonymously, you'll only be able to read.

 _/|_	 ___________________________________________________________________
/o ) \/  Mike Taylor  <mike at miketaylor.org.uk>  http://www.miketaylor.org.uk
)_v__/\  "rm() { /bin/rm -f $*; echo 'Were you sure?'; }" -- Tee-shirt
	 at a Unix conference.






More information about the Koha-zebra mailing list