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
|
|
@ -2227,6 +2227,7 @@ local known_parameters = {
|
|||
["toggle_ldap_auth"] = validateBool,
|
||||
["toggle_local_auth"] = validateBool,
|
||||
["toggle_radius_accounting"] = validateBool,
|
||||
["toggle_radius_external_auth_for_local_users"] = validateBool,
|
||||
["toggle_radius_auth"] = validateBool,
|
||||
["toggle_http_auth"] = validateBool,
|
||||
["toggle_ldap_referrals"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue