Files
wlan-ucentral-schema/schema/interface.ssid.radius.local-user.yml
John Crispin 2ebeea01e2 schema: add local eap server and r0kh support
Signed-off-by: John Crispin <john@phrozen.org>
2021-06-02 13:30:51 +02:00

23 lines
338 B
YAML

type: object
description:
Describes a local EAP user/psk/vid triplet.
properties:
mac:
type: string
format: uc-mac
user-name:
type: string
minLength: 1
password:
type: string
maxLength: 63
minLength: 8
vlan-id:
type: integer
maximum: 4096
examples:
- 3
- 100
- 200
- 4094