Searched defs:cdb_file (Results 1 - 3 of 3) sorted by relevance
/sssd-io/src/confdb/ |
H A D | confdb_setup.c | 377 const char *cdb_file, 392 ret = confdb_init(tmp_ctx, &cdb, cdb_file); 408 ret = unlink(cdb_file); 417 ret = confdb_init(tmp_ctx, &cdb, cdb_file); 376 confdb_setup(TALLOC_CTX *mem_ctx, const char *cdb_file, const char *config_file, const char *config_dir, struct confdb_ctx **_cdb) argument
|
/sssd-io/src/tests/ |
H A D | common_dom.c | 34 const char *cdb_file, 48 cdb_path = talloc_asprintf(tmp_ctx, "%s/%s", tests_path, cdb_file); 231 const char *cdb_file, 248 ret = mock_confdb(test_ctx, tests_path, cdb_file, &test_ctx->confdb); 309 const char *cdb_file, 325 if (cdb_file != NULL) { 326 cdb_path = talloc_asprintf(tmp_ctx, "%s/%s", tests_path, cdb_file); 401 const char *cdb_file, 406 test_multidom_suite_cleanup(tests_path, cdb_file, domains); 32 mock_confdb(TALLOC_CTX *mem_ctx, const char *tests_path, const char *cdb_file, struct confdb_ctx **_cdb) argument 229 create_multidom_test_ctx(TALLOC_CTX *mem_ctx, const char *tests_path, const char *cdb_file, const char **domains, const char *id_provider, struct sss_test_conf_param **params) argument 308 test_multidom_suite_cleanup(const char *tests_path, const char *cdb_file, const char **domains) argument 400 test_dom_suite_cleanup(const char *tests_path, const char *cdb_file, const char *domain) argument
|
/sssd-io/src/monitor/ |
H A D | monitor.c | 1672 char *cdb_file = NULL; local 1682 cdb_file = talloc_asprintf(ctx, "%s/%s", DB_PATH, CONFDB_FILE); 1683 if (cdb_file == NULL) { 1689 ret = confdb_setup(ctx, cdb_file, config_file, config_dir, &ctx->cdb); 1705 ret = chown(cdb_file, ctx->uid, ctx->gid); 1710 cdb_file, ret, sss_strerror(ret)); 1719 talloc_free(cdb_file);
|
Completed in 56 milliseconds