1.Open the CodeMeter WebAdmin interface via CodeMeter Control Center.
2.Navigate to "Configuration I Server Configuration I License Access Permissions".
3.On this page, the "Advanced" mode should be selected, if the "Basic" selection displays.
Defined rules in the Advanced Mode Configuration group should be deleted.
4.Any necessary changes must be confirmed by clicking the "Apply" button.
5.Exporting an empty ACL with the cmu command line tool.
> cmu32 --export-acl -f01_ACL_Empty.json
SUCCESS: License Access Permissions (Access Control List) were exported to: 01_ACL_Empty.json |
List output using cmu
> type 01_ACL_Empty.json |
The output shows the global parameters Enabled, GroupsMaximumNumber and UsersMaximumNumber as well as the AccessControlList object with a Default rule and an empty list of container rule sets.
{ "AccessControlList": { "ContainerRulesets": [ ], "Rules": [ { "Action": "Allow", "Allocated": 0, "Limit": 0, "Reserved": 0, "RuleId": 0, "Type": "Default", "Value": "", "__type": "Rule" } ], "__type": "AccessControlList" }, "Enabled": true, "GroupsMaximumNumber": 10000, "UsersMaximumNumber": 10000 } |