www/web-proxy-sso: must be quoted to work

This commit is contained in:
Franco Fichtner
2016-10-24 10:51:05 +02:00
parent 43580bca70
commit eaf9747580
@@ -1,6 +1,6 @@
{% if helpers.exists('system.authserver') %}
{% for server in helpers.toList('system.authserver') %}
{% if helpers.exists(OPNsense.proxy.forward.authentication.method) %}
{% if helpers.exists('OPNsense.proxy.forward.authentication.method') %}
{% if server.name == OPNsense.proxy.forward.authentication.method %}
{% if server.type == "ssoproxyad" %}
squid_krb5_ktname="/usr/local/etc/ssoproxyad/PROXY.keytab"