Update squid.user.alt_auth.conf (#48)

Missing acl
This commit is contained in:
gitdevmod 2016-10-26 18:20:14 +02:00 committed by Franco Fichtner
parent 57cfcddf30
commit 916d315935

View file

@ -6,6 +6,7 @@
auth_param negotiate program "/usr/local/libexec/squid/negotiate_kerberos_auth"
auth_param negotiate children 10
auth_param negotiate keep_alive on
acl local_auth proxy_auth REQUIRED
{% endif %}
{% endif %}
{% endfor %}