mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-02 12:49:53 -05:00
net/haproxy: sync with master
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user