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]
_______________________________________________
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/

Reply via email to