Searched refs:usergroups (Results 1 – 1 of 1) sorted by relevance
2073 gid_t usergroups[NGROUPS + 1]; in parsecred() local2098 if (getgrouplist(pw->pw_name, pw->pw_gid, usergroups, &ngroups)) in parsecred()2104 cr->cr_gid = usergroups[0]; in parsecred()2106 cr->cr_groups[cnt - 1] = usergroups[cnt]; in parsecred()