mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
57fbbf15cd
This can be used to run a standalone EAP server that can be used from other APs. It uses json as user database format and can automatically handle reload. Signed-off-by: Felix Fietkau <nbd@nbd.name>
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
config radius
|
|
option disabled '1'
|
|
option ca_cert '/etc/radius/ca.pem'
|
|
option cert '/etc/radius/cert.pem'
|
|
option key '/etc/radius/key.pem'
|
|
option users '/etc/radius/users'
|
|
option clients '/etc/radius/clients'
|
|
option auth_port '1812'
|
|
option acct_port '1813'
|