Searched defs:cfg (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dproxy.c88 struct proxy_cfg *cfg; local
93 cfg = talloc_zero(mem_ctx, struct proxy_cfg);
94 if (!cfg) return ENOMEM;
96 ret = proxy_get_config_string(pctx, cfg, true, secreq,
97 "proxy_url", &cfg->url);
99 DEBUG(SSSDBG_CONF_SETTINGS, "proxy_url: %s\n", cfg->url);
101 ret = proxy_get_config_string(pctx, cfg, false, secreq,
108 cfg->auth_type = PAT_BASIC_AUTH;
109 ret = proxy_get_config_string(pctx, cfg, true, secreq, "username",
110 &cfg
[all...]

Completed in 7 milliseconds