Lines Matching refs:groups
436 * number of users, groups, and aliases in a domain.
801 * Request the list of groups of which a user is a member.
855 info->groups = NDR_MALLOC(mxa, size);
856 if (info->groups == NULL) {
868 group = info->groups;
1383 param->groups = 0;
1393 param->groups = 0;
1399 param->groups = (struct group_disp_info *)NDR_MALLOC(
1402 param->groups->count = 1;
1403 param->groups->acct[0].index = 1;
1404 param->groups->acct[0].rid = 513;
1405 param->groups->acct[0].ctrl = 0x7;
1407 (ndr_mstring_t *)¶m->groups->acct[0].name);
1410 (ndr_mstring_t *)¶m->groups->acct[0].desc);
1768 * This function sends back a list which contains all local groups' name.