Cross Reference: /sssd-io/src/providers/ldap/sdap_async_initgroups.c

Lines Matching defs:group

32 /* ==Save-fake-group-list=====================================*/
83 DEBUG(SSSDBG_CRIT_FAILURE, "search for group failed [%d]: %s\n",
112 /* The group is not in sysdb, need to add a fake entry */
118 "The group has no name attribute\n");
133 DEBUG(SSSDBG_MINOR_FAILURE, "No SID for group [%s] " \
141 "Mapping group [%s] objectSID to unix ID\n", groupname);
147 /* Convert the SID into a UNIX group ID */
160 "Treating as a non-POSIX group\n",
169 DEBUG(SSSDBG_TRACE_LIBS, "The group %s gid was %s\n",
172 "Marking group %s as non-POSIX and setting GID=0!\n",
188 "The group has no original DN\n");
208 "The group has no UUID\n");
224 "Adding fake group %s to sysdb\n", groupname);
229 /* In case o group id-collision, do:
230 * - Delete the group from sysdb
231 * - Add the new incomplete group
441 "Initgroups lookup request without a group search base\n");
1048 "Search for group %s, returned %zu results. Skipping\n",
1055 * Use state->groups_cur for group index cap */
1108 /* save the group memberships */
1112 "Could not save group memberships [%d]: %s\n",
1160 struct sysdb_attrs *group,
1197 "Could not compute memberships for group %d [%d]: %s\n",
1287 "A group with no members during initgroups?\n");
1391 struct sysdb_attrs *group,
1415 ret = sdap_get_group_primary_name(tmp_ctx, opts, group, dom, &group_name);
1429 /* For each group, filter only parents from full set */
1431 group,
1442 "The group %s is a direct member of %d LDAP groups\n",
1508 "Looking up direct parents for group [%s]\n", orig_dn);
1512 * with the group LDAP search
1520 "A group with no members during initgroups?\n");
1536 "The group [%s] has %d direct parents\n", orig_dn, ndirect);
1579 struct sysdb_attrs *group;
1626 "Initgroups lookup request without a group search base\n");
1863 /* save the group membership */
1867 "Could not save group memberships [%d]\n", ret);
1947 groups[i] = gr->group;
2076 struct sdap_nested_group *group;
2086 group = (struct sdap_nested_group *) item->value.ptr;
2104 if (group->parents_count > 0) {
2106 group->ldap_parents, group->parents_count,
2293 "without a group search base\n");
2309 /* This group had already been looked up. Continue to
2310 * another group in the same level
2382 DEBUG(SSSDBG_TRACE_LIBS, "Processing group [%s]\n", state->primary_name);
2395 /* Need to try to find parent groups for this group. */
2405 state->processed_groups[state->group_iter]->group =
2409 /* Get any parent groups for this group */
2480 "Searching for parent groups of group [%s] with base [%s]\n",
2519 /* EOK means this group has already been processed
2605 /* Save the group into the hash table */
2613 /* Steal the nested group entry on the group_hash context so it can
2629 /* No parent groups for this group in LDAP
2630 * Move on to the next group
3203 * a domain local group. */
3305 /* We also need to update the user's primary group, since
3306 * the user may not be an explicit member of that group
3311 "Mapping primary group to unix ID\n");
3313 /* The primary group ID is just the RID part of the objectSID
3314 * of the group. Generate the GID by adding this to the domain
3342 "no primary group ID provided\n");
3356 /* Convert the SID into a UNIX group ID */
3373 "Primary group already cached, nothing to do.\n");
3398 "Checking for domain local group memberships.\n");
3403 "No need to check for domain local group memberships.\n");
3439 "Checking for domain local group memberships.\n");
3443 "No need to check for domain local group memberships.\n");
3523 "Could not determine group name from [%s]: [%s]\n",
3576 "Due to an id collision, the new group with gid [\"%"PRIu32"\"] "
3577 "will not be added as the old group (with the same gid) could "