Searched refs:sdap_idmap_ctx (Results 1 - 14 of 14) sorted by relevance
/sssd/src/providers/ldap/ |
H A D | sdap_idmap.h | 29 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 D | sdap_async_ad.h | 29 struct sdap_idmap_ctx *idmap_ctx,
|
H A D | sdap_idmap.c | 30 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 D | ldap_common.h | 344 struct sdap_idmap_ctx *idmap_ctx,
|
H A D | sdap.h | 458 struct sdap_idmap_ctx *idmap_ctx;
|
H A D | ldap_common.c | 881 struct sdap_idmap_ctx *idmap_ctx,
|
H A D | sdap_async_initgroups_ad.c | 698 struct sdap_idmap_ctx *idmap_ctx; 843 struct sdap_idmap_ctx *idmap_ctx,
|
/sssd/src/providers/ipa/ |
H A D | ipa_idmap.c | 29 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 D | ipa_common.h | 284 errno_t ipa_idmap_get_ranges_from_sysdb(struct sdap_idmap_ctx *idmap_ctx, 291 struct sdap_idmap_ctx **_idmap_ctx);
|
H A D | ipa_subdomains.c | 380 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 D | test_ipa_idmap.c | 116 struct sdap_idmap_ctx *idmap_ctx;
|
H A D | test_nested_groups.c | 67 struct sdap_idmap_ctx *idmap_ctx;
|
/sssd/src/providers/ad/ |
H A D | ad_subdomains.c | 280 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 D | ad_id.c | 301 struct sdap_idmap_ctx *idmap_ctx,
|
Completed in 1634 milliseconds