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

This commit is contained in:
Ad Schellevis 2015-12-17 08:35:06 +01:00
parent e357d5325d
commit e96aa187c8

View File

@ -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 %}