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

/sssd-io/src/responder/secrets/
H A Dproxy.c60 } auth; member in struct:proxy_cfg
110 &cfg->auth.basic.username);
112 "username: %s\n", cfg->auth.basic.username);
116 &cfg->auth.basic.password);
122 &cfg->auth.header.name);
124 "auth_header_name: %s\n", cfg->auth.basic.username);
129 &cfg->auth.header.value);
132 DEBUG(SSSDBG_CRIT_FAILURE, "Unknown auth type!\n");
335 pcfg->auth.header.name);
337 ret = proxy_http_append_header(tmp_ctx, pcfg->auth
[all...]
/sssd-io/src/providers/ipa/
H A Dipa_common.h219 /* auth and chpass provider */
220 struct dp_option *auth; member in struct:ipa_options
H A Dipa_subdomains.c111 "most probably because the auth provider "
1335 struct dp_module *auth; local
1376 auth = dp_target_module(be_ctx->provider, DPT_AUTH);
1377 if (auth == NULL) {
1378 DEBUG(SSSDBG_OP_FAILURE, "Unable to find auth proivder.\n");
1383 krb5_auth_ctx = ipa_init_get_krb5_auth_ctx(dp_get_module_data(auth));
1385 DEBUG(SSSDBG_OP_FAILURE, "Unable to find auth proivder data.\n");

Completed in 391 milliseconds