Searched defs:entities (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ipa/
H A Dipa_netgroups.c562 struct sysdb_attrs **entities; local
573 ret = sdap_get_generic_recv(subreq, state, &count, &entities);
583 /* While processing a batch of entities from one search base,
586 * If there is no other search base, another class of entities
624 * don't try to look for other type of entities
635 ret = sysdb_attrs_get_string(entities[i], SYSDB_ORIG_DN, &orig_dn);
646 value.ptr = entities[i];

Completed in 11 milliseconds