Implement remote radius authentication for local users (toggle)

This commit is contained in:
Alfredo Cardigliano 2024-03-12 10:18:15 +01:00
parent 78bff96e0b
commit 96dbac3a3e
6 changed files with 66 additions and 28 deletions

View file

@ -685,6 +685,13 @@ local menu_subpages = {{
}),
hidden = (not hasRadius)
},
toggle_radius_external_auth_for_local_users = {
title = i18n("prefs.toggle_radius_external_auth_for_local_users"),
description = i18n("prefs.toggle_radius_external_auth_for_local_users_descr", {
product = info.product
}),
hidden = (not hasRadius or not have_nedge)
},
toggle_http_auth = {
title = i18n("prefs.toggle_http_auth"),
description = i18n("prefs.toggle_http_auth_descr"),