Searched refs:cfg_section (Results 1 - 3 of 3) sorted by relevance
/sssd-io/src/responder/secrets/ |
H A D | secsrv_private.h | 74 const char *cfg_section; member in struct:sec_req_ctx
|
H A D | proxy.c | 78 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 D | providers.c | 178 secreq->cfg_section = talloc_steal(secreq, secname); 179 if (!secreq->cfg_section) return ENOMEM;
|
Completed in 12 milliseconds