Group_Assignments Table
- Saturday, March 29 2003 @ 10:20 AM EST
-
- Contributed by:
- anuenue
-
- Views:
- 3,165
Can someone explain how the column ug_grp_id is used? My current understanding of ug_main_grp_id and ug_uid is that the user ID specified in ug_uid is a member of the group specified in ug_main_grp_id. Is ug_grp_id used to assign members and rights of that group (ug_grp_id) to ug_main_grp_id?
The following comments are owned by whomever posted them. This site is not responsible for what they say.
For example, say you created a Gadget Group with a group id number of 50, and you want all Root users to be part of it. The ug_main_grp_id would be 50 representing the Gadget Group and the ug_grp_id would be 1 which is the group id number for Root.
Thanks