Development

This commit is contained in:
Matthew Grotke 2026-06-01 13:34:07 -04:00
parent 0d096a0d99
commit d071060e7b

View file

@ -68,7 +68,7 @@
{"value": "AA-BB-CC-DD-EE-FF", "label": "AA-BB-CC-DD-EE-FF"}, {"value": "AA-BB-CC-DD-EE-FF", "label": "AA-BB-CC-DD-EE-FF"},
{"value": "AA:BB:CC:DD:EE:FF", "label": "AA:BB:CC:DD:EE:FF"} {"value": "AA:BB:CC:DD:EE:FF", "label": "AA:BB:CC:DD:EE:FF"}
], ],
"hint": "Format used in the FreeRADIUS users file. Must match your AP/controller's expected format." "hint": "Must match your AP/controller's expected format."
}, },
{ {
"type": "field", "type": "field",
@ -102,6 +102,25 @@
"label": "Logging", "label": "Logging",
"client_requirement": "client_is_administrator+", "client_requirement": "client_is_administrator+",
"items": [ "items": [
{
"type": "form",
"action": "/action/radius/logging_save",
"method": "post",
"items": [
{
"type": "field",
"label": "",
"name": "logging",
"input_type": "checkbox",
"checkbox_label": "Log auth requests",
"value": "%RADIUS_LOGGING%",
"hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only."
}
]
},
{
"type": "hr"
},
{ {
"type": "pre_block", "type": "pre_block",
"text": "%RADIUS_LOG_TAIL%", "text": "%RADIUS_LOG_TAIL%",
@ -136,15 +155,6 @@
"action": "/action/radius/logging_save", "action": "/action/radius/logging_save",
"method": "post", "method": "post",
"items": [ "items": [
{
"type": "field",
"label": "Enable Auth Logging",
"name": "logging",
"input_type": "checkbox",
"checkbox_label": "Log auth requests",
"value": "%RADIUS_LOGGING%",
"hint": "Enables auth and auth_accept/auth_reject in radiusd.conf. High volume on busy networks - enable for debugging only."
},
{ {
"type": "field", "type": "field",
"label": "Max Log Size (KB)", "label": "Max Log Size (KB)",