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

/sssd/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.h29 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,
534 bool sdap_idmap_domain_has_algorithmic_mapping(struct sdap_idmap_ctx *ctx,
H A Dldap_common.h344 struct sdap_idmap_ctx *idmap_ctx,
H A Dsdap.h458 struct sdap_idmap_ctx *idmap_ctx;
H A Dldap_common.c881 struct sdap_idmap_ctx *idmap_ctx,
H A Dsdap_async_initgroups_ad.c698 struct sdap_idmap_ctx *idmap_ctx;
843 struct sdap_idmap_ctx *idmap_ctx,
/sssd/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.h284 errno_t ipa_idmap_get_ranges_from_sysdb(struct sdap_idmap_ctx *idmap_ctx,
291 struct sdap_idmap_ctx **_idmap_ctx);
H A Dipa_subdomains.c380 struct sdap_idmap_ctx *sdap_idmap_ctx,
430 mpg = sdap_idmap_domain_has_algorithmic_mapping(sdap_idmap_ctx, name, id);
473 struct sdap_idmap_ctx *sdap_idmap_ctx,
478 ret = ipa_subdom_store(parent, id_ctx, sdap_idmap_ctx, attrs);
378 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
471 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/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/src/providers/ad/
H A Dad_subdomains.c280 ad_subdom_store(struct sdap_idmap_ctx *idmap_ctx,
361 struct sdap_idmap_ctx *idmap_ctx,
671 struct sdap_idmap_ctx *idmap_ctx;
939 struct sdap_idmap_ctx *idmap_ctx;
H A Dad_id.c301 struct sdap_idmap_ctx *idmap_ctx,

Completed in 1634 milliseconds