No, you can keep it, default Koha configuration seems good in zebra-biblios.cfg :
perm.anonymous:ar > perm.__ZEBRA_USER__:rw > The anonymous user has only read perm. By the way, I think your conf is not correct : > <listen id="publicserver" >tcp:@:9999</listen> > And change this line: > <server id="biblioserver" listenref="biblioserver"> > to > <server id="biblioserver"> > I think you should set the listen ref on "pulicserver" : <listen id="publicserver" >tcp:@:9999</listen> <server id="biblioserver" listenref="publicserver"> Regards, On Wed, May 25, 2011 at 12:25 PM, Altaf Mahmud <[email protected]>wrote: > I mean, do I need to comment out 'perm.anonymous' in zebra-biblios.cfg file > at /etc/koha/zebradb/ directory as LAURENT suggested? > > > On Wed, May 25, 2011 at 4:23 PM, Altaf Mahmud <[email protected]>wrote: > >> Hi Fridolyn, In that case do I need to comment out zebra-biblios.cfg file >> in /etc/koha/zebradb/ directory? I just added this tag in koha-conf.xml file >> but it's not working. >> >> Thanks. >> >> >> On Wed, May 25, 2011 at 2:07 PM, Fridolyn SOMERS < >> [email protected]> wrote: >> >>> Hie, >>> >>> In our configuration, authentification is managed by "serverinfo" tag in >>> koha-conf.xml : >>> >>> <serverinfo id="publicserver"> >>> <ccl2rpn>/etc/koha/zebradb/ccl.properties</ccl2rpn> >>> <user>username</user> >>> <password>userpassword</password> >>> </serverinfo> >>> >>> Regards, >>> >>> 2011/5/24 Altaf Mahmud <[email protected]> >>> >>>> Dear community, >>>> >>>> I've enabled the Z39.50 server in my Koha server following these steps: >>>> >>>> 1. Edited /etc/koha/koha-conf.xml file and uncommented the publicserver >>>> line: >>>> <listen id="publicserver" >tcp:@:9999</listen> >>>> And change this line: >>>> <server id="biblioserver" listenref="biblioserver"> >>>> to >>>> <server id="biblioserver"> >>>> It forces Zebra to listen on unix socket (for Koha) and on TCP port >>>> 9999 (for external usage). >>>> >>>> 2. Restarted Zebra server. >>>> >>>> MARC data can now accessed from my z39.50 server. Now I want to >>>> implement the authentication process so that user id and login required to >>>> connect to my server. I don't know how to do it, could you please give me >>>> an >>>> advise? >>>> >>>> Thank you. >>>> >>>> >>>> -- >>>> Altaf Mahmud >>>> System Programmer >>>> Ayesha Abed Library >>>> BRAC University >>>> Bangladesh. >>>> >>>> >>>> _______________________________________________ >>>> Koha-devel mailing list >>>> [email protected] >>>> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel >>>> website : http://www.koha-community.org/ >>>> git : http://git.koha-community.org/ >>>> bugs : http://bugs.koha-community.org/ >>>> >>> >>> >>> >>> -- >>> Fridolyn SOMERS >>> ICT engineer >>> PROGILONE - Lyon - France >>> [email protected] >>> >> >> >> >> -- >> Altaf Mahmud >> System Programmer >> Ayesha Abed Library >> BRAC University >> Bangladesh. >> >> > > > -- > Altaf Mahmud > System Programmer > Ayesha Abed Library > BRAC University > Bangladesh. > > -- Fridolyn SOMERS ICT engineer PROGILONE - Lyon - France [email protected]
_______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
