Searched defs:sections (Results 1 - 5 of 5) sorted by relevance
/sssd/src/tools/ |
H A D | sss_debuglevel.c | 48 char **sections; member in struct:debuglevel_tool_ctx 140 ret = get_confdb_sections(ctx, ctx->confdb, &ctx->sections); 141 CHECK(ret != EOK, fini, "Could not get all configuration sections."); 182 for (section = tool_ctx->sections; *section != NULL; section++) { 238 char **sections; local 270 sections = talloc_array(ctx, char*, 272 if (sections == NULL) { 274 "Could not allocate memory for sections\n"); 280 sections[i] = talloc_strdup(tmp_ctx, known_services[i]); 281 if (sections[ [all...] |
/sssd/src/responder/secrets/ |
H A D | providers.c | 53 char **sections; local 84 CONFDB_SEC_CONF_ENTRY, §ions, 89 "confdb section %s has %d sub-sections\n", 98 secreq->base_path = talloc_asprintf(secreq, SEC_BASEPATH"%s/", sections[i]); 103 "matching subsection [%s]\n", sections[i]); 109 sections[i]); 120 sections[i], provider);
|
/sssd/src/config/SSSDConfig/ |
H A D | ipachangeconf.py | 51 # so that we can process multiple sections in one go 336 # in the newopts tree (this is becaus eentire (sub)sections may 544 def sections(self): member in class:SSSDChangeConf
|
/sssd/src/util/ |
H A D | sss_ini.c | 215 const char *sections[] = { ".*", NULL }; local 267 sections, 417 char **sections; local 448 /* Get the list of sections */ 449 sections = sss_ini_get_sec_list(init_data->sssd_config, 458 "Processing config section [%s]\n", sections[i]); 459 ret = parse_section(tmp_ctx, sections[i], &sec_dn, &rdn); 470 free_section_list(sections); 476 attrs = sss_ini_get_attr_list(init_data->sssd_config, sections[i], 479 free_section_list(sections); [all...] |
/sssd/src/confdb/ |
H A D | confdb.c | 1538 char ***sections, 1618 *sections = talloc_steal(mem_ctx, names); 1535 confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) argument
|
Completed in 52 milliseconds