Lines Matching refs:confdb
38 #include "confdb/confdb.h"
47 struct confdb_ctx *confdb;
94 ret = confdb_init(test_ctx, &test_ctx->confdb, conf_db);
96 fail("Could not initialize connection to the confdb");
102 ret = confdb_add_param(test_ctx->confdb, true,
111 ret = confdb_add_param(test_ctx->confdb, true,
120 ret = confdb_add_param(test_ctx->confdb, true,
129 ret = confdb_add_param(test_ctx->confdb, true,
137 ret = sssd_domain_init(test_ctx, test_ctx->confdb, "local",
172 ret = confdb_add_param(test_ctx->confdb, true,
177 ret = confdb_add_param(test_ctx->confdb, true,
192 ret = check_failed_login_attempts(test_ctx->confdb, ldb_msg,