Skip to content

Commit

Permalink
[conf][tool] conf_migrate.py: no update of [mod_rdp] hide_client_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Dec 8, 2023
1 parent b4edc09 commit a035d2c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tools/conf_migration_tool/conf_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,18 +899,18 @@ def _server_cert_notif_12_0_1(value: str, _) -> str:
)

value_injections_desc: ValuesInjectionsDescType = {
'mod_rdp': {
'hide_client_name': (
# inclusive range
(
(
(RedemptionVersion("9.0.8"), RedemptionVersion("9.0.9")),
(RedemptionVersion("10.0.4"), RedemptionVersion("10.0.5")),
),
'1',
),
)
}
# 'mod_rdp': {
# 'hide_client_name': (
# # inclusive range
# (
# (
# (RedemptionVersion("9.0.8"), RedemptionVersion("9.0.9")),
# (RedemptionVersion("10.0.4"), RedemptionVersion("10.0.5")),
# ),
# '1',
# ),
# )
# }
}

if __name__ == '__main__':
Expand Down

0 comments on commit a035d2c

Please sign in to comment.