Remove helper debug output

This commit is contained in:
evbevz
2018-02-28 09:06:13 +01:00
committed by Franco Fichtner
parent f26a704f9e
commit d21c2c1452
@@ -11,7 +11,7 @@
{% endif %}
{% endfor %}
{% if ldap_method|length > 0 and helpers.exists('OPNsense.ProxySSO.EnableSSO') and OPNsense.ProxySSO.EnableSSO == '1' %}
auth_param negotiate program /usr/local/libexec/squid/negotiate_kerberos_auth -d -i -s HTTP/{{system.hostname}}.{{system.domain}}@{{system.domain|upper}}
auth_param negotiate program /usr/local/libexec/squid/negotiate_kerberos_auth -i -s HTTP/{{system.hostname}}.{{system.domain}}@{{system.domain|upper}}
auth_param negotiate keep_alive on
{% if helpers.exists('OPNsense.proxy.forward.authentication.children') %}
auth_param negotiate children {{OPNsense.proxy.forward.authentication.children}}