Lines Matching refs:group
34 * - reordered mapping records to limit usage of same SID for user and group
303 printf("Be prepared to give Linux user id (uid) and group id (gid)\n");
369 * Test whether a generic group (S-1-5-21- ... -513)
429 filename,(type ? "group" : "owner"));
558 printf(" No group SID\n");
760 printf("# Replace \"user\" and \"group\" hereafter by"
763 printf(":group:%s\n",decodesid(groupsid));
846 /* records for owner only or group only */
861 /* records for both owner and group */
910 struct USERMAPPING *group;
914 /* and find first user, and a generic group */
961 /* prefer a generic group with the same
978 * No group was selected, but there were a generic
979 * group, insist in using it, associated to the
983 printf("\nYou have defined no group,"
985 printf("Do you accept defining a standard group ?\n");
995 group = (struct USERMAPPING*)
1000 if (group && sidstr) {
1001 group->uidstr = "";
1002 group->gidstr = firstowner->
1004 group->sidstr = sidstr;
1005 group->defined = AGREED;
1006 group->next = firstmapping;
1007 firstmapping = group;