Bug 35038 - Koha::Z3950Responder has no authentication
Summary: Koha::Z3950Responder has no authentication
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Z39.50 / SRU / OpenSearch Servers (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-12 02:24 UTC by David Cook
Modified: 2023-10-12 02:33 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2023-10-12 02:24:58 UTC
As far as I can tell, Koha::Z3950Responder doesn't support any form of authentication currently.

I've played around a bit with the YAZ options but I haven't been able to get anything working there, so I assume it's up to the "Init handler" to handle authentication: https://metacpan.org/pod/Net::Z3950::SimpleServer#Init-handler

I reckon we should look at adding authentication so that we can use the z3950responder in non-public ways.