/sssd-io/src/providers/ipa/ |
H A D | ipa_subdomains_server.c | 136 struct sss_domain_info *subdom) 143 principal = subdomain_trust_princ(id_ctx, forest_realm, subdom); 152 subdom, 167 struct sss_domain_info *subdom) 176 direction = subdom->forest_root->trust_direction; 177 forest_realm = subdom->forest_root->realm; 178 forest = subdom->forest_root->forest; 180 subdom_conf_path = subdomain_create_conf_path(id_ctx, subdom); 192 subdom, 198 forest_realm, subdom); 131 ipa_create_1way_trust_ctx(struct ipa_id_ctx *id_ctx, struct be_ctx *be_ctx, const char *subdom_conf_path, const char *forest, const char *forest_realm, struct sss_domain_info *subdom) argument 165 ipa_ad_options_new(struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument 214 ipa_ad_ctx_new(struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom, struct ad_id_ctx **_ad_id_ctx) argument 610 struct sss_domain_info *subdom; member in struct:ipa_server_trusted_dom_setup_state 625 ipa_server_trusted_dom_setup_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument 1002 ipa_ad_subdom_remove(struct be_ctx *be_ctx, struct ipa_id_ctx *id_ctx, struct sss_domain_info *subdom) argument [all...] |
H A D | ipa_subdomains.h | 61 struct sss_domain_info *subdom); 76 struct sss_domain_info *subdom);
|
/sssd-io/src/providers/ad/ |
H A D | ad_common.h | 116 struct sss_domain_info *subdom); 123 struct sss_domain_info *subdom, 131 struct sss_domain_info *subdom,
|
H A D | ad_subdomains.c | 234 struct sss_domain_info *subdom, 256 ad_domain = subdom->name; 262 subdom_conf_path = subdomain_create_conf_path(id_ctx, subdom); 273 subdom, 284 gc_service_name = talloc_asprintf(ad_options, "sd_gc_%s", subdom->name); 290 service_name = talloc_asprintf(ad_options, "sd_%s", subdom->name); 301 subdom->name, &ad_options->service); 332 subdom->parent); 339 sdom = sdap_domain_get(ad_id_ctx->sdap_id_ctx->opts, subdom); 344 sdap_inherit_options(subdom 232 ad_subdom_ad_ctx_new(struct be_ctx *be_ctx, struct ad_id_ctx *id_ctx, struct sss_domain_info *subdom, struct ad_id_ctx **_subdom_id_ctx) argument [all...] |
H A D | ad_common.c | 227 struct sss_domain_info *subdom) 314 struct sss_domain_info *subdom, 322 subdom->name); 324 ad_options = ad_create_options(mem_ctx, cdb, conf_path, dp, subdom); 330 ret = set_common_ad_trust_opts(ad_options, realm, subdom->name, hostname, 353 struct sss_domain_info *subdom, 363 subdom->name); 365 ad_options = ad_create_options(mem_ctx, cdb, subdom_conf_path, dp, subdom); 371 realm = get_uppercase_realm(ad_options, subdom->name); 379 subdom 223 ad_create_options(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *conf_path, struct data_provider *dp, struct sss_domain_info *subdom) argument 309 ad_create_2way_trust_options(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *conf_path, struct data_provider *dp, const char *realm, struct sss_domain_info *subdom, const char *hostname, const char *keytab) argument 349 ad_create_1way_trust_options(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *subdom_conf_path, struct data_provider *dp, struct sss_domain_info *subdom, const char *hostname, const char *keytab, const char *sasl_authid) argument [all...] |
/sssd-io/src/tests/cmocka/ |
H A D | test_ad_common.c | 389 struct sss_domain_info *subdom; member in struct:ad_common_test_ctx 407 test_ctx->subdom = talloc_zero(test_ctx, struct sss_domain_info); 408 assert_non_null(test_ctx->subdom); 409 test_ctx->subdom->name = discard_const(SUBDOMNAME); 410 test_ctx->subdom->parent = test_ctx->dom; 447 test_ctx->subdom->name = discard_const(ONEWAY_DOMNAME); 453 test_ctx->subdom, 513 test_ctx->subdom->name = discard_const(DOMNAME); 521 test_ctx->subdom, 592 test_ctx->subdom, [all...] |
H A D | test_fqnames.c | 240 struct sss_domain_info *subdom; member in struct:parse_name_test_ctx 311 test_ctx->subdom = new_subdomain(dom, dom, SUBDOMNAME, NULL, SUBFLATNAME, 313 assert_non_null(test_ctx->subdom); 398 /* Link the subdomain (simulating subdom handler) and retry */ 399 test_ctx->dom->subdomains = test_ctx->subdom; 408 /* Link the subdomain (simulating subdom handler) */ 414 test_ctx->dom->subdomains = test_ctx->subdom;
|
H A D | test_nss_srv.c | 48 struct sss_domain_info *subdom; member in struct:nss_test_ctx 1727 nss_test_ctx->subdom->names, 1728 nss_test_ctx->subdom, 1733 nss_test_ctx->subdom->names, 1734 nss_test_ctx->subdom, 1739 nss_test_ctx->subdom->names, 1740 nss_test_ctx->subdom, 1817 nss_test_ctx->subdom->names, 1818 nss_test_ctx->subdom, 1845 nss_test_ctx->subdom, [all...] |
H A D | test_simple_access.c | 42 struct sss_domain_info *subdom; member in struct:simple_test_ctx
|
H A D | test_pam_srv.c | 74 struct sss_domain_info *subdom; member in struct:pam_test_ctx
|
/sssd-io/src/providers/ |
H A D | data_provider_be.c | 152 struct sss_domain_info *subdom = talloc_get_type(pvt, local 155 DEBUG(SSSDBG_TRACE_LIBS, "Resetting subdomain %s\n", subdom->name); 156 subdom->state = DOM_ACTIVE; 159 static void be_mark_subdom_offline(struct sss_domain_info *subdom, argument 169 switch (subdom->state) { 180 "Marking subdomain %s as inactive\n", subdom->name); 185 be_subdom_reset_status, subdom); 191 subdom->state = DOM_INACTIVE;
|