Searched refs:section (Results 1 - 9 of 9) sorted by relevance

/sssd-io/src/confdb/
H A Dconfdb_private.h32 int parse_section(TALLOC_CTX *mem_ctx, const char *section,
H A Dconfdb.h457 * @param[in] section The ConfDB section to update. This is constructed from
467 * @return EINVAL - The section could not be parsed
472 const char *section,
481 * @param[in] section The ConfDB section to update. This is constructed from
492 * @return EINVAL - The section could not be parsed
497 const char *section,
507 * @param[in] section The ConfDB section t
[all...]
H A Dconfdb.c61 int parse_section(TALLOC_CTX *mem_ctx, const char *section, argument
70 /* section must be a non null string and must not start with '/' */
71 if (!section || !*section || *section == '/') return EINVAL;
76 s = section;
95 if (*s == '\0') { /* a section cannot end in '.' */
111 const char *section,
129 ret = parse_section(tmp_ctx, section, &secdn, &rdn_name);
218 attribute, section, re
109 confdb_add_param(struct confdb_ctx *cdb, bool replace, const char *section, const char *attribute, const char **values) argument
223 confdb_get_param(struct confdb_ctx *cdb, TALLOC_CTX *mem_ctx, const char *section, const char *attribute, char ***values) argument
300 confdb_set_string(struct confdb_ctx *cdb, const char *section, const char *attribute, const char *val) argument
372 confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx, const char *section, const char *attribute, const char *defstr, char **result) argument
422 confdb_get_int(struct confdb_ctx *cdb, const char *section, const char *attribute, int defval, int *result) argument
478 confdb_get_long(struct confdb_ctx *cdb, const char *section, const char *attribute, long defval, long *result) argument
529 confdb_get_bool(struct confdb_ctx *cdb, const char *section, const char *attribute, bool defval, bool *result) argument
588 confdb_get_string_as_list(struct confdb_ctx *cdb, TALLOC_CTX *ctx, const char *section, const char *attribute, char ***result) argument
816 confdb_get_domain_section(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, const char *name, struct ldb_result **_res) argument
1629 confdb_get_sub_sections(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb, const char *section, char ***sections, int *num_sections) argument
[all...]
/sssd-io/src/config/SSSDConfig/
H A Dipachangeconf.py50 #TODO: put section delimiters as separating element of the list
52 #TODO: add a comment all but provided options as a section option
149 def getSectionLine(self, section):
151 return section
152 return self.sectnamdel[0]+section+self.sectnamdel[1]+self.deol
167 if o['type'] == "section":
210 if exclude_sections and (o['type'] == "section" or o['type'] == "subsection"):
223 if o['type'] == 'section':
258 if o['type'] == "section" or o['type'] == "subsection":
308 if no['type'] == "section" o
[all...]
/sssd-io/src/util/
H A Dsss_ini.h65 const char *section, const char *name);
H A Dsss_ini.c358 const char *section, const char *name)
360 return sss_ini_get_config_obj(section,name, init_data->sssd_config,
458 "Processing config section [%s]\n", sections[i]);
584 /* Check if a normal domain section (not application domains) has option
596 "allowed in section '%s'. Check for "
357 sss_ini_get_cfgobj(struct sss_ini_initdata *init_data, const char *section, const char *name) argument
/sssd-io/src/tools/sssctl/
H A Dsssctl_logs.c68 char **section = NULL; local
85 for (section = tool_ctx->sections; *section != NULL; section++) {
86 ret = confdb_add_param(tool_ctx->confdb, 1, *section,
/sssd-io/src/config/
H A DSSSDConfigTest.py1273 for section in control_list:
1274 self.assertTrue(sssdconfig.has_section(section),
1276 section)
1277 for section in sssdconfig.sections():
1278 self.assertTrue(section['name'] in control_list)
1280 # Verify that all options were imported for a section
1427 for section in control_list:
1428 self.assertTrue(sssdconfig.has_section(section),
1430 section)
1431 for section i
[all...]
/sssd-io/src/tests/cmocka/
H A Dtest_pam_srv.c261 struct confdb_ctx *cdb, const char *section)
270 ret = confdb_add_param(cdb, true, section, params[i].key, val);
260 add_confdb_params(struct sss_test_conf_param params[], struct confdb_ctx *cdb, const char *section) argument

Completed in 28 milliseconds