From d21c2c14528c89306b7c1adbeec7eb6cf9c079de Mon Sep 17 00:00:00 2001 From: evbevz Date: Wed, 28 Feb 2018 09:32:42 +0300 Subject: [PATCH] Remove helper debug output --- .../service/templates/OPNsense/ProxySSO/kerberos.sso.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/web-proxy-sso/src/opnsense/service/templates/OPNsense/ProxySSO/kerberos.sso.conf b/www/web-proxy-sso/src/opnsense/service/templates/OPNsense/ProxySSO/kerberos.sso.conf index 433a246fd..5c5630962 100644 --- a/www/web-proxy-sso/src/opnsense/service/templates/OPNsense/ProxySSO/kerberos.sso.conf +++ b/www/web-proxy-sso/src/opnsense/service/templates/OPNsense/ProxySSO/kerberos.sso.conf @@ -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}}