Lines Matching refs:confdb
40 #include "confdb/confdb.h"
53 struct confdb_ctx *confdb;
84 /* write to confdb */
86 ret = confdb_add_param(tool_ctx->confdb, 1, *section,
119 "Could not allocate memory for confdb path\n");
126 "Could not initialize connection to the confdb\n");
133 errno_t get_confdb_sections(TALLOC_CTX *ctx, struct confdb_ctx *confdb,
162 ret = confdb_get_domains(confdb, &domain_list);
354 ret = connect_to_confdb(ctx, &ctx->confdb);
357 ret = get_confdb_sections(ctx, ctx->confdb, &ctx->sections);