[Koha-bugs] [Bug 28657] New: Expand branches.branchip to allow for multiple space separated ip ranges

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 2 19:01:12 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657

            Bug ID: 28657
           Summary: Expand branches.branchip to allow for multiple space
                    separated ip ranges
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: System Administration
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: michael.hafen at washk12.org
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

change branches.branchip to a mediumtext, and remove '*' from existing branchip
settings.
Change C4/Auth.pm from a regexp to using in_iprange() to check client address
against branchip.  (in_iprange() doesn't work with '*' in branchip.)
Change in_iprange() to default to false (which is what the POD says it should
do).  Also, have it trim '*' in case someone adds some back later.
Change note in admin/branches.tt under branchip field to reflect changes to
branchip handling.

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


More information about the Koha-bugs mailing list