Lines Matching defs:map
263 struct sdap_attr_map *map = group_ctx->opts->group_map;
289 ret = sysdb_attrs_get_uint32_t(group, map[SDAP_AT_GROUP_GID].sys_name,
300 map[SDAP_AT_GROUP_GID].sys_name, 0);
1872 struct sdap_attr_map *map = group_ctx->opts->group_map;
1895 oc_list = sdap_make_oc_list(state, map);
1903 map[SDAP_AT_GROUP_NAME].name);
1919 map, SDAP_OPTS_GROUP,
2232 maps[0].map = opts->user_map;
2234 maps[1].map = opts->group_map;
2237 /* pull down the whole group map,
2368 if (entries[i]->map == opts->user_map) {
2386 } else if (entries[i]->map == opts->group_map) {
2420 "Entry does not match any known map, skipping\n");