Files
wlan-ucentral-schema/schema/interface.ssid.radius.local.yml
John Crispin 5d598b31a8 renderer: cleanup ssid template
Signed-off-by: John Crispin <john@phrozen.org>
2021-06-10 11:28:43 +02:00

17 lines
484 B
YAML

description:
Describe the properties of the local Radius server inside hostapd.
type: object
properties:
server-identity:
description:
EAP methods that provide mechanism for authenticated server identity delivery
use this value.
type: string
default: uCentral
users:
description:
Specifies a collection of local EAP user/psk/vid triplets.
type: array
items:
$ref: "https://ucentral.io/schema/v1/interface/ssid/radius/local-user/"