Lines Matching defs:group
125 /* Don't search if the group is non-posix */
180 /* Non-posix AD group. Skip. */
204 * the very rare scenario of AD POSIX group that is primary group of
268 DEBUG(SSSDBG_MINOR_FAILURE, "No memory to allocate group attrs\n");
356 * gidNumber set to zero even if updating existing group */
369 DEBUG(SSSDBG_OP_FAILURE, "Could not store group %s\n", name);
423 DEBUG(SSSDBG_TRACE_FUNC, "The group has %d members\n", memberel->num_values);
439 "Error reading group members from group_attrs: [%s]\n",
481 "Adding ghost member for group [%s]\n", (char *) value.ptr);
542 DEBUG(SSSDBG_TRACE_ALL, "objectSID: not available for group [%s].\n",
577 DEBUG(SSSDBG_OP_FAILURE, "Failed to get group name\n");
580 DEBUG(SSSDBG_TRACE_FUNC, "Processing group %s\n", group_name);
595 "Error: Failed to mark group as non-posix!\n");
609 "unix ID to group [%s].\n", group_name);
615 "Mapping group [%s] objectSID [%s] to unix ID\n",
618 /* Convert the SID into a UNIX group ID */
622 * => do not store the group, but return EOK */
653 "This is%s a posix group\n", (posix_group)?"":" not");
710 "Error looking up group USN: [%s]\n",
723 "Error setting group USN: [%s]\n",
745 DEBUG(SSSDBG_CRIT_FAILURE, "Failed to save group names\n");
748 DEBUG(SSSDBG_TRACE_FUNC, "Storing info for group %s\n", group_name);
755 "Could not store group with GID: [%s]\n",
770 "Failed to save group [%s]: [%s]\n",
887 "message it might indicate an error in the group processing " \
899 DEBUG(SSSDBG_TRACE_FUNC, "Failed to get group sid\n");
921 DEBUG(SSSDBG_OP_FAILURE, "Failed to get group name\n");
924 DEBUG(SSSDBG_TRACE_FUNC, "Processing group %s\n", group_name);
941 * resolve external group membership.
966 "No members for group [%s]\n", group_name);
976 "Adding member users to group [%s]\n", group_name);
1008 "Failed to save members of group %s\n", group_name);
1090 "Failed to store group %d. Ignoring.\n", i);
1124 "Failed to store group %d members.\n", i);
1163 struct sysdb_attrs *group;
1218 struct sysdb_attrs *group,
1252 grp_state->group = group;
1261 ret = sysdb_attrs_get_el(group,
1275 ret = sysdb_attrs_get_el(group,
1284 ret = sysdb_attrs_get_el(group,
1330 DEBUG(SSSDBG_TRACE_LIBS, "All group members processed\n");
1423 /* Ignore group members which are groups themselves. */
1472 * All group members are already cached in sysdb, we are done
1473 * with this group. To avoid redundant sysdb lookups, populate the
1474 * "member" attribute of the group entry with the sysdb DNs of
1478 memberel->values = talloc_steal(state->group, state->sysdb_dns->values);
1539 /* Entry exists but the group references it with an alias. */
1563 DEBUG(SSSDBG_OP_FAILURE, "Could not add group member %s\n", username);
1570 DEBUG(SSSDBG_OP_FAILURE, "Could not add group member %s\n", member_name);
1651 memberel->values = talloc_steal(state->group, state->sysdb_dns->values);
1654 ghostel->values = talloc_steal(state->group, state->ghost_dns->values);
1714 "Error reading group member[%d]: %s. Skipping\n",
1744 * of the group entry with the sysdb DNs of the members.
1746 ret = sysdb_attrs_get_el(state->group,
1751 "Failed to get the group member attribute [%d]: %s\n",
1756 el->values = talloc_steal(state->group, state->sysdb_dns->values);
1759 ret = sysdb_attrs_get_el(state->group, SYSDB_GHOST, &el);
1764 el->values = talloc_steal(state->group, state->ghost_dns->values);
1861 * group object might not have full group membership data. To make sure we
1862 * connect to an LDAP server of the group's domain. */
2064 "Writing only group data without members was successful.\n");
2208 * group memberships in the cache.
2251 struct sysdb_attrs *group = state->groups[0];
2269 /* Save the group and users to the cache */
2271 /* Truncate the member attribute of the group.
2276 ret = sysdb_attrs_get_el(group, SYSDB_MEMBER, &member_el);
2304 * member element of the group. This will get converted to a
2337 /* Now save the group, users and ghosts to the cache */
2343 "Could not save group to the cache: [%s]\n",
2396 DEBUG(SSSDBG_CRIT_FAILURE, "Nested group processing failed: [%d][%s]\n",