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

/sssd-io/src/providers/ipa/
H A Dipa_id.c499 struct ldb_message_element *ghosts; member in struct:ipa_id_get_account_info_state
851 state->ghosts = ldb_msg_find_element(state->obj_msg, SYSDB_GHOST);
911 if (state->ghosts != NULL) {
916 state->ghosts);
995 if (state->ghosts != NULL) {
1000 state->ghosts);
H A Dipa_subdomains_id.c1311 struct ldb_message_element *ghosts = NULL; local
1327 ghosts = ldb_msg_find_element(state->obj_msg, SYSDB_GHOST);
1329 if (ghosts != NULL) {
1334 ghosts);
/sssd-io/src/responder/ifp/
H A Difp_groups.c527 const char **ghosts; member in struct:resolv_ghosts_state
627 state->ghosts = sss_ldb_el_to_string_list(state, el);
628 if (state->ghosts == NULL) {
651 if (state->ghosts[state->index] == NULL) {
659 state->ghosts[state->index]);
/sssd-io/src/providers/ldap/
H A Dsdap_async_groups.c242 hash_table_t *ghosts,
275 if (ghosts == NULL) {
280 hret = hash_lookup(ghosts, &key, &value);
379 hash_table_t *ghosts,
460 if (ghosts && cnt > 0) {
470 hret = hash_lookup(ghosts, &key, &value);
501 hash_table_t *ghosts,
734 ret = sdap_process_ghost_members(attrs, opts, ghosts,
870 hash_table_t *ghosts,
996 ret = sdap_fill_memberships(opts, group_attrs, ctx, group_dom, ghosts,
238 sdap_fill_memberships(struct sdap_options *opts, struct sysdb_attrs *group_attrs, struct sysdb_ctx *ctx, struct sss_domain_info *domain, hash_table_t *ghosts, struct ldb_val *values, int num_values, char **userdns, size_t nuserdns) argument
377 sdap_process_ghost_members(struct sysdb_attrs *attrs, struct sdap_options *opts, hash_table_t *ghosts, bool populate_members, bool store_original_member, struct sysdb_attrs *sysdb_attrs) argument
495 sdap_save_group(TALLOC_CTX *memctx, struct sdap_options *opts, struct sss_domain_info *dom, struct sysdb_attrs *attrs, bool populate_members, bool store_original_member, hash_table_t *ghosts, char **_usn_value, time_t now) argument
865 sdap_save_grpmem(TALLOC_CTX *memctx, struct sysdb_ctx *ctx, struct sdap_options *opts, struct sss_domain_info *dom, struct sysdb_attrs *attrs, hash_table_t *ghosts, time_t now) argument
1026 sdap_save_groups(TALLOC_CTX *memctx, struct sysdb_ctx *sysdb, struct sss_domain_info *dom, struct sdap_options *opts, struct sysdb_attrs **groups, int num_groups, bool populate_members, hash_table_t *ghosts, bool save_orig_member, char **_usn_value) argument
2267 hash_table_t *ghosts; local
2396 hash_table_t *ghosts; local
2521 hash_table_t *ghosts; local
[all...]
/sssd-io/src/tests/
H A Dsysdb-tests.c3416 struct ldb_message_element *ghosts; local
3458 ghosts = ldb_msg_find_element(data->msg, SYSDB_GHOST);
3467 fail_if(exp_gh != ghosts->num_values,
3468 "Expected %d members, found %d\n", exp_gh, ghosts->num_values);
7383 /* Check the members and ghosts are there as appropriate */
7412 /* Add groups without ghosts first */
7414 /* Add ghosts to groups so that they propagate */
7417 /* Check if the ghosts in fact propagated */

Completed in 34 milliseconds