Skip to content

Commit

Permalink
(proxy) fix authentication method other then local, missing acl usage
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Dec 17, 2015
1 parent e357d53 commit e96aa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opnsense/service/templates/OPNsense/Proxy/squid.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit e96aa18

Please sign in to comment.