Permisions for users and groups
- December 18, 2023
- 1 reply
- 3351 views
I have Thing, where I keep services and properties for my application.
I want this services to be available for every user, so for this Thing I've set Permissions for group Users, with Property Write Allow, Service Executable Allow, but Property Write Deny.
I have also some additional user A*, who is allowed to change properties, so for him I've set Property Write Allow, Service Executable Allow, and Property Write Allow.
Finally, settings for User groups are treated as higher priority and this user is treated like Property Write set to Deny.
How to cope it without creating extra group of users, including All the users, but not A?
Or is there a way to create a group, that I will create today and all existing users except A, but will in future included all users added later?
*this is virtual user to be used via timers, so datas are refreshed.

