Lines Matching defs:group
287 case BE_REQ_GROUP: /* group */
757 "memberships for %s, group memberships might be "
768 const struct ldb_message *group,
863 ad_group_extra_members(TALLOC_CTX *mem_ctx, const struct ldb_message *group,
880 om = ldb_msg_find_element(group, SYSDB_ORIG_MEMBER);
881 m = ldb_msg_find_element(group, SYSDB_MEMBER);
882 name = ldb_msg_find_attr_as_string(group, SYSDB_NAME, NULL);
884 DEBUG(SSSDBG_OP_FAILURE, "A group with no name!\n");
901 * linked to the group
903 ret = ad_group_stored_orig_members(tmp_ctx, dom, group->dn,
912 /* Get the list of original DN attributes the group had in AD */