Skip to Content
0
Jun 15, 2018 at 11:12 AM

What is the meaning of MemberOfGroups in USERRIGHTS?

567 Views

I am having a trouble understanding what the MemberOfGroups option in $START_USERRIGHTS does.

What happens if I leave it empty?

For example on the employeegroup

 $START_USERRIGHTS
 Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm;;
 UserGroup;employeegroup;;;;;;;;;;
 ;;;;Product;+;-;-;-;-;
 $END_USERRIGHTS

Then on the productmanagergroup which inherits from the employeegroup do I have to supply employeegroup as MemberOfGroups for the inheritance to work?

 $START_USERRIGHTS
 Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm;;
 UserGroup;productmanagergroup;employeegroup;;;;;;;;;
 ;;;;Product;;+;;;;
 $END_USERRIGHTS

or can I just do this

 $START_USERRIGHTS
 Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm;;
 UserGroup;productmanagergroup;;;;;;;;;;
 ;;;;Product;;+;;;;
 $END_USERRIGHTS

and still get this as an end result for the employees in productmanagergroup

 Product;+;+;-;-;-;