Files
2024-03-04 19:17:31 +01:00

19 lines
595 B
JSON

{
"templates": {
"mycoa": [ // used by RadiusAgent when sending ChangeOfAuthorization message towards the client
{"tag": "User-Name", "path": "*radDAReq.User-Name", "type": "*variable",
"value": "~*oreq.User-Name"},
{"tag": "NAS-IP-Address", "path": "*radDAReq.NAS-IP-Address", "type": "*variable",
"value": "~*oreq.NAS-IP-Address"},
{"tag": "Acct-Session-Id", "path": "*radDAReq.Acct-Session-Id", "type": "*variable",
"value": "~*oreq.Acct-Session-Id"},
{"tag": "Filter-Id", "path": "*radDAReq.Filter-Id", "type": "*variable",
"value": "~*req.CustomFilter"}
]
}
}