Development
This commit is contained in:
parent
351ce39558
commit
3b2f645254
4 changed files with 34 additions and 30 deletions
|
|
@ -196,11 +196,11 @@
|
|||
{
|
||||
"type": "field",
|
||||
"label": "",
|
||||
"name": "mab_fallback",
|
||||
"name": "mab_first",
|
||||
"input_type": "checkbox",
|
||||
"checkbox_label": "Try MAB first before prompting supplicant",
|
||||
"value": "%RADIUS_MAB_FALLBACK%",
|
||||
"hint": "When a device fails or skips 802.1X, RADIUS will attempt to authenticate it by MAC address before rejecting it. Useful for networks with a mix of 802.1X-capable and non-802.1X devices."
|
||||
"value": "%RADIUS_MAB_FIRST%",
|
||||
"hint": "RADIUS checks the device's MAC address first. Known devices (those with a DHCP reservation) are admitted immediately without waiting for 802.1X negotiation or credential entry. Unknown devices fall through to 802.1X."
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue