mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/web-proxy-sso: must be quoted to work
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user