mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement remote radius authentication for local users (toggle)
This commit is contained in:
parent
78bff96e0b
commit
96dbac3a3e
6 changed files with 66 additions and 28 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue