Development

This commit is contained in:
Matthew Grotke 2026-06-05 12:34:38 -04:00
parent d55db32667
commit 4071d2bcbb
2 changed files with 23 additions and 2 deletions

View file

@ -78,6 +78,10 @@
"action": "/action/radius/options_save",
"method": "post",
"text": "Save"
},
{
"type": "button_cancel",
"text": "Cancel"
}
]
}
@ -104,7 +108,7 @@
"items": [
{
"type": "field",
"label": "Apply DEFAULT Rule To",
"label": "Which RADIUS Clients (authenticators) may apply the DEFAULT rule to unknown devices?",
"name": "apply_to",
"input_type": "select",
"value": "%RADIUS_APPLY_TO%",
@ -113,7 +117,7 @@
{"value": "wireless", "label": "Wireless authenticators only (NAS-Port-Type = Wireless-802.11)"},
{"value": "huntgroup", "label": "Wireless authenticators only (AP huntgroup by IP)"}
],
"hint": "\"Wireless authenticators only\" means that unknown wired devices will be rejected by RADIUS, rather than receive RADIUS authorization for placement onto the fallback VLAN. Your managed switch may have additional policy rules for handling of devices rejected by RADIUS."
"hint": ""
},
{
"type": "field",
@ -132,6 +136,10 @@
"action": "/action/radius/default_rule_save",
"method": "post",
"text": "Save"
},
{
"type": "button_cancel",
"text": "Cancel"
}
]
}
@ -171,6 +179,10 @@
{
"type": "button_primary",
"text": "Save"
},
{
"type": "button_cancel",
"text": "Cancel"
}
]
}
@ -219,6 +231,10 @@
{
"type": "button_primary",
"text": "Save"
},
{
"type": "button_cancel",
"text": "Cancel"
}
]
}