koha-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-zebra] Zebra setup suggestions


From: Mike Taylor
Subject: [Koha-zebra] Zebra setup suggestions
Date: Tue, 11 Apr 2006 11:24:42 +0100

> 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  <address@hidden>  http://www.miketaylor.org.uk
)_v__/\  "rm() { /bin/rm -f $*; echo 'Were you sure?'; }" -- Tee-shirt
         at a Unix conference.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]