Implemented data anonymization #1068

This commit is contained in:
Luca Deri 2017-04-09 11:37:24 +02:00
parent d5e73f423c
commit fc53648a2b
16 changed files with 133 additions and 49 deletions

View file

@ -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