Commit cbbc90c2 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(proxy) fix authentication method other then local, missing acl usage

(cherry picked from commit e96aa187)
parent 8640a4ce
......@@ -250,7 +250,7 @@ http_access deny to_localhost
# Access Permission configuration:
#
# Deny request from unauthorized clients
{% if helpers.exists('OPNsense.proxy.forward.authentication.method') and OPNsense.proxy.forward.authentication.method=='local' %}
{% if helpers.exists('OPNsense.proxy.forward.authentication.method') and OPNsense.proxy.forward.authentication.method != '' %}
http_access allow local_auth
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment