Development

This commit is contained in:
Matthew Grotke 2026-06-06 00:57:01 -04:00
parent 286930423f
commit 2c8153c004

View file

@ -285,14 +285,22 @@
"value": "%RADIUS_ALLOW_WEAK_EAP%",
"hint": "Enables EAP-MD5. Required for switch port MAC-based 802.1X authentication."
},
{
"type": "raw_html",
"html": "<div id=\"eap-tunneled-row\">"
},
{
"type": "field",
"label": "",
"name": "tunneled_reply",
"input_type": "checkbox",
"checkbox_label": "Use tunneled reply (EAP-TTLS / EAP-PEAP)",
"checkbox_label": "Propagate inner tunnel reply attributes",
"value": "%RADIUS_TUNNELED_REPLY%",
"hint": "Sets use_tunneled_reply = yes in EAP-TTLS and EAP-PEAP modules. Required for switch MAC authentication."
"hint": "Copies VLAN and authorization attributes from the inner EAP exchange to the outer RADIUS Access-Accept. Required by some switches for VLAN assignment to work correctly."
},
{
"type": "raw_html",
"html": "</div>"
},
{
"type": "button_row",