Searched refs:subdomain (Results 1 - 8 of 8) sorted by relevance
/sssd-io/src/util/ |
H A D | domain_info_utils.c | 303 * subdomain. Although in all the interesting cases (AD and IPA) the 920 struct sss_domain_info *subdomain) 922 if (!IS_SUBDOMAIN(subdomain)) { 924 "The domain \"%s\" is not a subdomain.\n", 925 subdomain->name); 930 subdomain->parent->name, 931 subdomain->name); 919 subdomain_create_conf_path(TALLOC_CTX *mem_ctx, struct sss_domain_info *subdomain) argument
|
H A D | util.h | 562 struct sss_domain_info *subdomain);
|
/sssd-io/src/tests/ |
H A D | sysdb-tests.c | 1459 struct sss_domain_info *subdomain = NULL; local 1471 /* Create subdomain */ 1472 subdomain = new_subdomain(test_ctx, test_ctx->domain, 1475 fail_if(subdomain == NULL, "Failed to create new subdomain."); 1481 "%1$s@%2$s", &subdomain->names); 1485 fq_name = sss_create_internal_fqname(test_ctx, username, subdomain->name); 1488 ret = sysdb_store_user(subdomain, fq_name, NULL, 12345, 0, "Gecos", 1494 ret = sysdb_get_user_attr(test_ctx, subdomain, fq_name, 6015 struct sss_domain_info *subdomain local 6094 struct sss_domain_info *subdomain = NULL; local 6166 struct sss_domain_info *subdomain = NULL; local [all...] |
/sssd-io/src/db/ |
H A D | sysdb_subdomains.c | 29 struct sss_domain_info *subdomain); 49 "Creating [%s] as subdomain of [%s]!\n", name, parent->name); 139 /* If the parent domain filters out group members, the subdomain should 148 /* If the parent domain explicitly limits ID ranges, the subdomain 182 "Failed to read subdomain configuration [%d]: %s", 197 struct sss_domain_info *subdomain) 208 sd_conf_path = subdomain_create_conf_path(tmp_ctx, subdomain); 216 true, &subdomain->fqnames); 219 "Failed to get %s option for the subdomain: %s\n", 220 CONFDB_DOMAIN_FQ, subdomain 196 check_subdom_config_file(struct confdb_ctx *confdb, struct sss_domain_info *subdomain) argument [all...] |
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_users.c | 201 struct sss_domain_info *subdomain; local 254 subdomain = find_domain_by_sid(get_domains_head(dom), sid_str); 255 if (subdomain) { 256 dom = subdomain; 393 /* For subdomain users, only create the private group as 394 * the subdomain is an MPG domain.
|
H A D | sdap_async_groups.c | 516 struct sss_domain_info *subdomain; local 565 subdomain = sss_get_domain_by_sid_ldap_fallback(get_domains_head(dom), 567 if (subdomain) { 568 dom = subdomain;
|
/sssd-io/src/tests/cmocka/ |
H A D | test_nss_srv.c | 42 #define TEST_SUBDOM_NAME "test.subdomain" 1678 /* Test that requesting a valid, cached group with subdomain members returns 3469 struct sss_domain_info *subdomain; local 3474 subdomain = new_subdomain(nss_test_ctx, nss_test_ctx->tctx->dom, 3478 assert_non_null(subdomain); 3493 if (strcmp(dom->name, subdomain->name) == 0) {
|
H A D | test_responder_cache_req.c | 124 struct sss_domain_info *subdomain; member in struct:cache_req_test_ctx 687 test_ctx->subdomain = new_subdomain(test_ctx, test_ctx->tctx->dom, 691 assert_non_null(test_ctx->subdomain);
|
Completed in 66 milliseconds