net/haproxy: sync with master

This commit is contained in:
Franco Fichtner
2026-02-10 11:30:50 +01:00
parent 90a4992c6b
commit 703f9f2a85
2 changed files with 4 additions and 6 deletions

View File

@@ -1499,6 +1499,8 @@
{% set action_keyword_data = 'lua.' ~ action_data.http_request_option %}
{% elif action_data.http_request_action == 'set-var' %}
{% set action_keyword_data = 'set-var' ~ action_data.http_request_option %}
{% elif action_data.http_request_action == 'set-var-fmt' %}
{% set action_keyword_data = 'set-var-fmt' ~ action_data.http_request_option %}
{% elif action_data.http_request_action == 'use-service' %}
{% set action_keyword_data = 'use-service lua.' ~ action_data.http_request_option %}
{% else %}

View File

@@ -1,8 +1,6 @@
<model>
<mount>//OPNsense/ProxySSO</mount>
<description>
Web-proxy Single Sign-On plugin
</description>
<description>Web-proxy Single Sign-On plugin</description>
<items>
<EnableSSO type="BooleanField">
<Default>0</Default>
@@ -16,8 +14,6 @@
<W2008>Windows 2008 with AES</W2008>
</OptionValues>
</ADKerberosImplementation>
<KerberosHostName type="TextField">
<Required>N</Required>
</KerberosHostName>
<KerberosHostName type="TextField"/>
</items>
</model>