Searched defs:ghosts (Results 1 - 5 of 5) sorted by relevance
/sssd/src/responder/ifp/ |
H A D | ifp_groups.c | 476 const char **ghosts; member in struct:resolv_ghosts_state 578 state->ghosts = sss_ldb_el_to_string_list(state, el); 579 if (state->ghosts == NULL) { 602 if (state->ghosts[state->index] == NULL) { 609 state->ghosts[state->index]);
|
/sssd/src/providers/ipa/ |
H A D | ipa_id.c | 486 struct ldb_message_element *ghosts; member in struct:ipa_id_get_account_info_state 776 state->ghosts = ldb_msg_find_element(state->obj_msg, SYSDB_GHOST); 835 if (state->ghosts != NULL) { 840 state->ghosts); 915 if (state->ghosts != NULL) { 920 state->ghosts);
|
H A D | ipa_subdomains_id.c | 1227 struct ldb_message_element *ghosts = NULL; local 1243 ghosts = ldb_msg_find_element(state->obj_msg, SYSDB_GHOST); 1245 if (ghosts != NULL) { 1250 ghosts);
|
/sssd/src/providers/ldap/ |
H A D | sdap_async_groups.c | 242 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, 985 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 1015 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 2256 hash_table_t *ghosts; local 2385 hash_table_t *ghosts; local 2512 hash_table_t *ghosts; local [all...] |
/sssd/src/tests/ |
H A D | sysdb-tests.c | 3279 struct ldb_message_element *ghosts; local 3321 ghosts = ldb_msg_find_element(data->msg, SYSDB_GHOST); 3330 fail_if(exp_gh != ghosts->num_values, 3331 "Expected %d members, found %d\n", exp_gh, ghosts->num_values); 6796 /* Check the members and ghosts are there as appropriate */ 6825 /* Add groups without ghosts first */ 6827 /* Add ghosts to groups so that they propagate */ 6830 /* Check if the ghosts in fact propagated */
|
Completed in 49 milliseconds