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

--- Comment #23 from David Cook <dc...@prosentient.com.au> ---
(In reply to Pedro Amorim from comment #21)
> In relation to the issue of different listeners (from different Koha
> instances) using the same port, as far as I can tell this is not
> checked/enforced currently, i.e. this is already an issue/possibility before
> moving it into the module, though I agree that it may expose / make this
> more prone to happening since it'll become editable in the UI.

(In reply to Pedro Amorim from comment #22)
> Magnus and David, please take a look at this commit when you have the chance:
> https://github.com/openfifth/koha/commit/
> a0a003a5aaec12ac8103c3b4512478ddda1fbb8b

If you have 1 sysadmin managing N SIPconfig.xml, you have 1 person managing the
IP addresses and ports across all the instances though, so conflicts aren't a
problem. 

What I'm trying to say is that - as a vendor sysadmin - I don't want Koha
library admins being able to configure the IP address and port number for the
listener. 

There would be some potential for malicious abuse to the underlying host system
if a user was able to dictate the IP address and port used. It would probably
be somewhat limited since it would be running as the Koha user, so it wouldn't
be able to bind to a privileged port, but it's still not great.

Realistically, in production, the sysadmin will have likely set up stunnel and
have that proxying to specific ports they've defined in SIPconfig.xml. 

There's also the case of the sysadmin or network admin setting up the
firewalls.

So I'm not quite sure of the benefit to moving the listener config into the web
UI? I can only see the downsides.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to