Lines Matching defs:group
31 /* ==Save-fake-group-list=====================================*/
82 DEBUG(SSSDBG_CRIT_FAILURE, "search for group failed [%d]: %s\n",
111 /* The group is not in sysdb, need to add a fake entry */
117 "The group has no name attribute\n");
132 DEBUG(SSSDBG_MINOR_FAILURE, "No SID for group [%s] " \
140 "Mapping group [%s] objectSID to unix ID\n", groupname);
146 /* Convert the SID into a UNIX group ID */
159 "Treating as a non-POSIX group\n",
168 DEBUG(SSSDBG_TRACE_LIBS, "The group %s gid was %s\n",
171 "Marking group %s as non-posix and setting GID=0!\n",
187 "The group has no original DN\n");
207 "The group has no UUID\n");
223 "Adding fake group %s to sysdb\n", groupname);
427 "Initgroups lookup request without a group search base\n");
1020 "Search for group %s, returned %zu results. Skipping\n",
1027 * Use state->groups_cur for group index cap */
1080 /* save the group memberships */
1084 "Could not save group memberships [%d]: %s\n",
1132 struct sysdb_attrs *group,
1169 "Could not compute memberships for group %d [%d]: %s\n",
1259 "A group with no members during initgroups?\n");
1363 struct sysdb_attrs *group,
1387 ret = sdap_get_group_primary_name(tmp_ctx, opts, group, dom, &group_name);
1401 /* For each group, filter only parents from full set */
1403 group,
1414 "The group %s is a direct member of %d LDAP groups\n",
1480 "Looking up direct parents for group [%s]\n", orig_dn);
1484 * with the group LDAP search
1492 "A group with no members during initgroups?\n");
1508 "The group [%s] has %d direct parents\n", orig_dn, ndirect);
1551 struct sysdb_attrs *group;
1598 "Initgroups lookup request without a group search base\n");
1835 /* save the group membership */
1839 "Could not save group memberships [%d]\n", ret);
1919 groups[i] = gr->group;
2048 struct sdap_nested_group *group;
2058 group = (struct sdap_nested_group *) item->value.ptr;
2076 if (group->parents_count > 0) {
2078 group->ldap_parents, group->parents_count,
2265 "without a group search base\n");
2281 /* This group had already been looked up. Continue to
2282 * another group in the same level
2354 DEBUG(SSSDBG_TRACE_LIBS, "Processing group [%s]\n", state->primary_name);
2367 /* Need to try to find parent groups for this group. */
2377 state->processed_groups[state->group_iter]->group =
2381 /* Get any parent groups for this group */
2452 "Searching for parent groups of group [%s] with base [%s]\n",
2491 /* EOK means this group has already been processed
2577 /* Save the group into the hash table */
2585 /* Steal the nested group entry on the group_hash context so it can
2601 /* No parent groups for this group in LDAP
2602 * Move on to the next group
3149 * a domain local group. */
3251 /* We also need to update the user's primary group, since
3252 * the user may not be an explicit member of that group
3257 "Mapping primary group to unix ID\n");
3259 /* The primary group ID is just the RID part of the objectSID
3260 * of the group. Generate the GID by adding this to the domain
3288 "no primary group ID provided\n");
3302 /* Convert the SID into a UNIX group ID */
3319 "Primary group already cached, nothing to do.\n");
3344 "Checking for domain local group memberships.\n");
3349 "No need to check for domain local group memberships.\n");
3385 "Checking for domain local group memberships.\n");
3389 "No need to check for domain local group memberships.\n");
3470 "Could not determine group name from [%s]: [%s]\n",