mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-01-27 10:23:38 +00:00
17 lines
484 B
YAML
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/"
|