mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented data anonymization #1068
This commit is contained in:
parent
d5e73f423c
commit
fc53648a2b
16 changed files with 133 additions and 49 deletions
|
|
@ -784,6 +784,7 @@ local known_parameters = {
|
|||
["multiple_ldap_account_type"] = validateChoiceInline({"posix","samaccount"}),
|
||||
["toggle_logging_level"] = validateChoiceInline({"trace", "debug", "info", "normal", "warning", "error"}),
|
||||
["toggle_thpt_content"] = validateChoiceInline({"bps", "pps"}),
|
||||
["toggle_host_mask"] = validateChoiceInline({"0", "1", "2"}),
|
||||
--
|
||||
|
||||
-- PAGE SPECIFIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue