Development
This commit is contained in:
parent
0d096a0d99
commit
d071060e7b
1 changed files with 20 additions and 10 deletions
|
|
@ -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)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue