[Koha-bugs] [Bug 14407] Limit web-based self-checkout to specific IP addresses

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 29 01:49:20 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407

--- Comment #4 from Robin Sheat <robin at catalyst.net.nz> ---
The only way we do this currently (AFAIK) is by regex style matching, see how
OpacSuppressionByIPRange is used in opac-search.pl.

A proper matching, like done in this bug, is probably a better way to do it.

However, I'd like to avoid using ::XS modules if possible, mostly because they
will require custom compilation for every platform that people could possibly
use, and I know that I don't have access to a s390x architecture machine to
test on :)

Instead, is it possible to use Net::IP::Match, which also isn't in Debian, but
will be substantially easier to build.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list