mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +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>
15 lines
127 B
Plaintext
15 lines
127 B
Plaintext
{
|
|
"phase1": {
|
|
"wildcard": [
|
|
{
|
|
"name": "*",
|
|
"methods": [ "PEAP" ]
|
|
}
|
|
]
|
|
},
|
|
"phase2": {
|
|
"users": {
|
|
}
|
|
}
|
|
}
|