Lines Matching refs:section

61 int parse_section(TALLOC_CTX *mem_ctx, const char *section,
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, ret, strerror(ret));
225 const char *section,
242 ret = parse_section(tmp_ctx, section, &secdn, NULL);
295 attribute, section, ret, strerror(ret));
301 const char *section,
316 ret = parse_section(tmp_ctx, section, &secdn, NULL);
367 attribute, section, ret, strerror(ret));
373 const char *section, const char *attribute,
380 ret = confdb_get_param(cdb, ctx, section, attribute, &values);
418 attribute, section, ret, strerror(ret));
423 const char *section, const char *attribute,
437 ret = confdb_get_param(cdb, tmp_ctx, section, attribute, &values);
474 attribute, section, ret, strerror(ret));
479 const char *section, const char *attribute,
493 ret = confdb_get_param(cdb, tmp_ctx, section, attribute, &values);
525 attribute, section, ret, strerror(ret));
530 const char *section, const char *attribute,
544 ret = confdb_get_param(cdb, tmp_ctx, section, attribute, &values);
582 attribute, section, ret, strerror(ret));
589 const char *section, const char *attribute,
595 ret = confdb_get_param(cdb, ctx, section, attribute, &values);
619 attribute, section, ret, strerror(ret));
818 const char *section,
832 dn = ldb_dn_new_fmt(tmp_ctx, cdb->ldb, "cn=%s,%s", name, section);
1631 const char *section,
1651 ret = parse_section(tmp_ctx, section, &secdn, NULL);
2132 DEBUG(SSSDBG_TRACE_LIBS, "Added a domain section for %s\n", name);
2181 "Cannot add the app domain section [%d]: %s\n",
2189 "Cannot add options into the app domain section [%d]: %s\n",