Radius
Use the Radius module to set up a Radius authentication server.
Configuration
Name
Description
{
"name": "Radius",
"config": {
"host": "0.0.0.0",
"port": 1812,
"secret": "secret",
"attr_encoding": "UTF-8",
"authenticators": [
{
"id": "auth01",
"type": "NoOp",
"config": {
}
}
]
}
}