Searched refs:cfg_section (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dsecsrv_private.h74 const char *cfg_section; member in struct:sec_req_ctx
H A Dproxy.c78 secreq->cfg_section, name, NULL, value);
138 ret = confdb_get_bool(pctx->cdb, secreq->cfg_section, "verify_peer",
144 ret = confdb_get_bool(pctx->cdb, secreq->cfg_section, "verify_host",
170 ret = confdb_get_string_as_list(pctx->cdb, cfg, secreq->cfg_section,
H A Dproviders.c178 secreq->cfg_section = talloc_steal(secreq, secname);
179 if (!secreq->cfg_section) return ENOMEM;

Completed in 12 milliseconds