Bug 52441 - Make the UMC easy unavailable for internet access
Make the UMC easy unavailable for internet access
Status: NEW
Product: UCS
Classification: Unclassified
Component: Apache
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2020-11-30 11:20 CET by Christina Scheinig
Modified: 2020-11-30 11:34 CET (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?: Yes
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2020110421000556
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christina Scheinig univentionstaff 2020-11-30 11:20:18 CET
At the moment you can prevent accessing
"https://server.mydomain.qc.ca/univention/"
with manually editing an own apache config conf.

e.g. /etc/apache2/conf-available/umc-access.conf
<Location /univention/>
  Require ip 192.168.0.0/24 # put your local network address range here
  Require all denied
</Location>

The customer would appreciate a UCR variable, which can limit access to certain directories under the DocumentRoot for a number of IP addresses. This would be very helpful.