Searched refs:confdb_path (Results 1 - 10 of 10) sorted by relevance

/sssd/src/responder/ifp/
H A Difp_components.c160 const char *confdb_path = NULL; local
171 confdb_path = CONFDB_MONITOR_CONF_ENTRY;
174 confdb_path = talloc_asprintf(tmp_ctx, CONFDB_SERVICE_PATH_TMPL, name);
177 confdb_path = talloc_asprintf(tmp_ctx, CONFDB_DOMAIN_PATH_TMPL, name);
181 if (confdb_path == NULL) {
198 ret = confdb_add_param(confdb, true, confdb_path,
538 const char *confdb_path = NULL; local
562 confdb_path = CONFDB_MONITOR_CONF_ENTRY;
565 confdb_path = talloc_asprintf(dbus_req, CONFDB_SERVICE_PATH_TMPL, name);
568 confdb_path
688 const char *confdb_path = NULL; local
[all...]
/sssd/src/tools/
H A Dsss_debuglevel.c211 char* confdb_path = NULL; local
213 confdb_path = talloc_asprintf(ctx, "%s/%s", DB_PATH, CONFDB_FILE);
214 if (confdb_path == NULL) {
220 ret = confdb_init(ctx, cdb_ctx, confdb_path);
226 talloc_free(confdb_path);
H A Dtools_util.c41 char *confdb_path; local
44 confdb_path = talloc_asprintf(ctx, "%s/%s", DB_PATH, CONFDB_FILE);
45 if (confdb_path == NULL) {
50 ret = confdb_init(ctx, &ctx->confdb, confdb_path);
66 talloc_free(confdb_path);
H A Dsss_cache.c590 char *confdb_path; local
594 confdb_path = talloc_asprintf(ctx, "%s/%s", DB_PATH, CONFDB_FILE);
595 if (confdb_path == NULL) {
600 ret = confdb_init(ctx, &ctx->confdb, confdb_path);
601 talloc_free(confdb_path);
H A Dsss_seed.c608 char *confdb_path = NULL; local
620 confdb_path = talloc_asprintf(tmp_ctx, "%s/%s", DB_PATH, CONFDB_FILE);
621 if (confdb_path == NULL) {
626 ret = confdb_init(tmp_ctx, &confdb, confdb_path);
/sssd/src/tests/
H A Dcommon.h73 char *confdb_path; member in struct:sss_test_ctx
100 const char *confdb_path,
H A Dcommon_dom.c297 const char *confdb_path,
304 return create_multidom_test_ctx(mem_ctx, tests_path, confdb_path, domains,
295 create_dom_test_ctx(TALLOC_CTX *mem_ctx, const char *tests_path, const char *confdb_path, const char *domain_name, const char *id_provider, struct sss_test_conf_param *params) argument
/sssd/src/providers/
H A Ddata_provider_be.c493 char *confdb_path; local
538 confdb_path = talloc_asprintf(NULL, CONFDB_DOMAIN_PATH_TMPL, be_domain);
539 if (!confdb_path) return 2;
541 ret = server_setup(srv_name, 0, 0, 0, confdb_path, &main_ctx);
/sssd/src/util/
H A Dserver.c363 const char *confdb_path; member in struct:logrotate_ctx
379 ret = server_common_rotate_logs(lctx->confdb, lctx->confdb_path);
642 lctx->confdb_path = conf_entry;
/sssd/src/python/
H A Dpysss.c849 char *confdb_path; local
866 confdb_path = talloc_asprintf(self->mem_ctx, "%s/%s", DB_PATH, CONFDB_FILE);
867 if (confdb_path == NULL) {
873 ret = confdb_init(self->mem_ctx, &self->confdb, confdb_path);

Completed in 3234 milliseconds