mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add option to enable external captive portal auth
This commit is contained in:
parent
ca4d3915de
commit
2b87d9db3e
2 changed files with 3 additions and 0 deletions
|
|
@ -2168,6 +2168,7 @@ local known_parameters = {
|
|||
["toggle_captive_portal"] = validateBool,
|
||||
["toggle_mdns_repeater"] = validateBool,
|
||||
["toggle_informative_captive_portal"] = validateBool,
|
||||
["toggle_external_auth_captive_portal"] = validateBool,
|
||||
["toggle_autologout"] = validateBool,
|
||||
["toggle_interface_name_only"] = validateBool,
|
||||
["toggle_autoupdates"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue