mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Remove helper debug output
This commit is contained in:
+1
-1
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user