Commit e96aa187 authored by Ad Schellevis's avatar Ad Schellevis

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

parent e357d532
...@@ -250,7 +250,7 @@ http_access deny to_localhost ...@@ -250,7 +250,7 @@ http_access deny to_localhost
# Access Permission configuration: # Access Permission configuration:
# #
# Deny request from unauthorized clients # 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 http_access allow local_auth
{% endif %} {% 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