Searched refs:sdap_idmap_ctx (Results 1 - 14 of 14) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap_idmap.h29 typedef errno_t (find_new_domain_fn_t)(struct sdap_idmap_ctx *idmap_ctx,
32 struct sdap_idmap_ctx { struct
41 struct sdap_idmap_ctx **_idmap_ctx);
44 sdap_idmap_add_domain(struct sdap_idmap_ctx *idmap_ctx,
55 sdap_idmap_sid_to_unix(struct sdap_idmap_ctx *idmap_ctx,
59 bool sdap_idmap_domain_has_algorithmic_mapping(struct sdap_idmap_ctx *ctx,
H A Dsdap_async_ad.h30 struct sdap_idmap_ctx *idmap_ctx,
H A Dsdap_idmap.c30 sdap_idmap_get_configured_external_range(struct sdap_idmap_ctx *idmap_ctx,
81 sdap_idmap_add_configured_external_range(struct sdap_idmap_ctx *idmap_ctx)
111 errno_t sdap_idmap_find_new_domain(struct sdap_idmap_ctx *idmap_ctx,
132 struct sdap_idmap_ctx **_idmap_ctx)
147 struct sdap_idmap_ctx *idmap_ctx = NULL;
152 idmap_ctx = talloc_zero(tmp_ctx, struct sdap_idmap_ctx);
335 sdap_idmap_add_domain(struct sdap_idmap_ctx *idmap_ctx,
457 sdap_idmap_sid_to_unix(struct sdap_idmap_ctx *idmap_ctx,
535 bool sdap_idmap_domain_has_algorithmic_mapping(struct sdap_idmap_ctx *ctx,
H A Dldap_common.h349 struct sdap_idmap_ctx *idmap_ctx,
H A Dsdap.h478 struct sdap_idmap_ctx *idmap_ctx;
H A Dsdap_async_initgroups_ad.c695 struct sdap_idmap_ctx *idmap_ctx;
841 struct sdap_idmap_ctx *idmap_ctx,
H A Dldap_common.c883 struct sdap_idmap_ctx *idmap_ctx,
/sssd-io/src/providers/ipa/
H A Dipa_idmap.c29 static errno_t ipa_idmap_check_posix_child(struct sdap_idmap_ctx *idmap_ctx,
217 errno_t ipa_idmap_get_ranges_from_sysdb(struct sdap_idmap_ctx *idmap_ctx,
289 errno_t ipa_idmap_find_new_domain(struct sdap_idmap_ctx *idmap_ctx,
299 struct sdap_idmap_ctx **_idmap_ctx)
304 struct sdap_idmap_ctx *idmap_ctx = NULL;
309 idmap_ctx = talloc_zero(tmp_ctx, struct sdap_idmap_ctx);
H A Dipa_common.h280 errno_t ipa_idmap_get_ranges_from_sysdb(struct sdap_idmap_ctx *idmap_ctx,
287 struct sdap_idmap_ctx **_idmap_ctx);
H A Dipa_subdomains.c547 struct sdap_idmap_ctx *sdap_idmap_ctx,
597 mpg = sdap_idmap_domain_has_algorithmic_mapping(sdap_idmap_ctx, name, id);
640 struct sdap_idmap_ctx *sdap_idmap_ctx,
645 ret = ipa_subdom_store(parent, id_ctx, sdap_idmap_ctx, attrs);
545 ipa_subdom_store(struct sss_domain_info *parent, struct ipa_id_ctx *id_ctx, struct sdap_idmap_ctx *sdap_idmap_ctx, struct sysdb_attrs *attrs) argument
638 ipa_subdom_store_step(struct sss_domain_info *parent, struct ipa_id_ctx *id_ctx, struct sdap_idmap_ctx *sdap_idmap_ctx, struct sysdb_attrs *attrs) argument
/sssd-io/src/tests/cmocka/
H A Dtest_ipa_idmap.c116 struct sdap_idmap_ctx *idmap_ctx;
H A Dtest_nested_groups.c67 struct sdap_idmap_ctx *idmap_ctx;
/sssd-io/src/providers/ad/
H A Dad_subdomains.c399 ad_subdom_store(struct sdap_idmap_ctx *idmap_ctx,
487 struct sdap_idmap_ctx *idmap_ctx,
825 struct sdap_idmap_ctx *idmap_ctx;
1082 struct sdap_idmap_ctx *idmap_ctx;
H A Dad_id.c54 static bool ad_account_can_shortcut(struct sdap_idmap_ctx *idmap_ctx,

Completed in 49 milliseconds