Files
wlan-ucentral-schema/schema/service.captive.radius.yml
John Crispin 0fbe7d51ee various captive portal improvements
Signed-off-by: John Crispin <john@phrozen.org>
2022-09-29 14:13:06 +02:00

56 lines
1.2 KiB
YAML

description:
This section can be used to setup a captive portal on the AP with a
click-to-continue splash page.
type: object
properties:
auth-mode:
description:
This field must be set to 'radius'
type: string
const: radius
auth-server:
description:
The URI of our Radius Authentication server.
type: string
format: uc-host
examples:
- 192.168.1.10
auth-port:
description:
The network port of our Radius Authentication server.
type: integer
maximum: 65535
minimum: 1024
default: 1812
auth-secret:
description:
The shared Radius authentication Authentication secret.
type: string
examples:
- secret
acct-server:
description:
The URI of our Radius Authentication server.
type: string
format: uc-host
examples:
- 192.168.1.10
acct-port:
description:
The network port of our Radius Authentication server.
type: integer
maximum: 65535
minimum: 1024
default: 1812
acct-secret:
description:
The shared Radius authentication Authentication secret.
type: string
examples:
- secret
acct-interval:
description:
The timeout used for interim messages.
type: integer
default: 600