20 lines
617 B
JSON
20 lines
617 B
JSON
{
|
|
"radius_agent": {
|
|
"request_processors": [
|
|
{
|
|
"id": "MikrotikPPPoEAuthSimple",
|
|
"filters": [
|
|
"*string:~*vars.*radReqType:*radAuth"
|
|
],
|
|
"flags": ["*log"],
|
|
"request_fields": [],
|
|
"reply_fields": [
|
|
{"tag": "Code", "path": "*rep.*radReplyCode", "type": "*constant", "value": "AccessAccept"},
|
|
{"tag": "SessionTimeout", "path": "*rep.Session-Timeout", "type": "*constant", "value": "3600"},
|
|
{"tag": "AcctInterimInterval", "path": "*rep.Acct-Interim-Interval", "type": "*constant", "value": "60"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|