Lines Matching defs:group
962 "Cannot set ts attrs for group %s\n",
1642 struct ldb_message *group,
1665 msg->dn = group->dn;
1673 orig_members = ldb_msg_find_element(group, SYSDB_ORIG_MEMBER);
1798 /* To cover cross-domain group-membership we must search in all
1887 * search if a group with the same name exists.
2007 /* group dn */
2074 * search if a group with the same name exists.
2109 /* try to add the group */
2121 "Cannot set timestamp cache attributes for a group\n");
2215 /* try to add the group */
2226 "Cannot set timestamp cache attributes for a group\n");
2724 "The group record of %s did not change, only updated "
2806 /* group doesn't exist, turn into adding a group */
2809 /* This may be a group rename. If there is a group with the
2810 * same GID, remove it and try to add the basic group again
2819 "sysdb_delete_group failed (while renaming group). Not "
2828 "A group with the same GID [%"SPRIgid"] was removed from "
2833 "sysdb_add_group failed (while renaming group) for: "
2851 /* the group exists, let's just replace attributes when set */
2886 const char *group,
2935 group_dn = sysdb_group_dn(tmp_ctx, domain, group);
2937 group_dn = ldb_dn_new(tmp_ctx, domain->sysdb->ldb, group);
2953 const char *group,
2958 return sysdb_group_membership_mod(domain, group, member, type,
2966 const char *group,
2971 return sysdb_group_membership_mod(domain, group, member, type,
4317 "Could not add member [%s] to group [%s]. "
4331 "Could not remove member [%s] from group [%s]. "
4668 /* Get sid_str attribute of all elemets pointed to by group members */