mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
22 lines
504 B
YAML
22 lines
504 B
YAML
description:
|
|
This section can be used to setup a captive portal on the AP with a
|
|
credentials splash page.
|
|
type: object
|
|
properties:
|
|
auth-mode:
|
|
description:
|
|
This field must be set to 'credentials'
|
|
type: string
|
|
const: credentials
|
|
credentials:
|
|
description:
|
|
The list of local username/password pairs that can be used to login.
|
|
type: array
|
|
items:
|
|
type: object
|
|
properties:
|
|
username:
|
|
type: string
|
|
password:
|
|
type: string
|