Merge dev into feature/1716-accounts-and-groups

This commit is contained in:
Marek Wolan
2023-08-09 09:18:06 +01:00
17 changed files with 719 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ class DomainController(SimComponent):
domain_group_membership: Dict[Literal[AccountGroup.domain_admin, AccountGroup.domain_user], List[Account]] = {}
local_group_membership: Dict[
Tuple(temp_node, Literal[AccountGroup.local_admin, AccountGroup.local_user]), List[Account]
Tuple[temp_node, Literal[AccountGroup.local_admin, AccountGroup.local_user]], List[Account]
] = {}
# references to non-owned objects. Not sure if all are needed here.