[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
Tue Dec 22 03:30:21 CET 2015


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

Nicholas van Oudtshoorn <vanoudt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40854|0                           |1
        is obsolete|                            |

--- Comment #14 from Nicholas van Oudtshoorn <vanoudt at gmail.com> ---
Created attachment 45894
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=45894&action=edit
Limit web-based self-checkout to specific IP addresses

Allow web-based self-checkout to be limited to only certain IPs or IP ranges.

Adds a function to C4::Auth called in_ipset that checks if the current client
IP is in a provided IP set, as suggested in comment #11. (This function will be
useful for other IP-based restrictions)

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


More information about the Koha-bugs mailing list