Lines Matching defs:conf_path
77 const char *conf_path,
99 ret = confdb_get_string(cdb, mem_ctx, conf_path, CONFDB_DOMAIN_ID_PROVIDER,
212 char *conf_path = NULL;
224 conf_path = talloc_asprintf(tmpctx, CONFDB_DOMAIN_PATH_TMPL, domain);
225 if (conf_path == NULL) {
230 ret = confdb_get_string(cdb, tmpctx, conf_path,
242 if (re_pattern == NULL && conf_path != NULL) {
243 ret = get_id_provider_default_re(tmpctx, cdb, conf_path, &re_pattern);
270 if (conf_path != NULL) {
271 ret = confdb_get_string(cdb, tmpctx, conf_path,