rlm_rest: Parsing the response attributes
Michael Schwartzkopff
ms at sys4.de
Wed Jul 24 05:49:10 UTC 2024
Hi,
My REST API service returns something like:
{
"count": 1,
"next": null,
"previous": null,
"results": [
...
]
}
The rest module of FR tells me:
rest: Failed parsing attribute: Invalid vendor name in attribute name
"count", skipping
Is there any possibility to map the return attributes from my REST
service to FR attributes?
Michael Schwartzkopff
More information about the Freeradius-Users
mailing list