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

/sssd/src/providers/ipa/
H A Dipa_common.h229 /* auth and chpass provider */
230 struct dp_option *auth; member in struct:ipa_options
H A Dipa_subdomains.c90 "most probably because the auth provider "
1031 struct dp_module *auth; local
1072 auth = dp_target_module(be_ctx->provider, DPT_AUTH);
1073 if (auth == NULL) {
1074 DEBUG(SSSDBG_OP_FAILURE, "Unable to find auth proivder.\n");
1079 krb5_auth_ctx = ipa_init_get_krb5_auth_ctx(dp_get_module_data(auth));
1081 DEBUG(SSSDBG_OP_FAILURE, "Unable to find auth proivder data.\n");
/sssd/src/responder/secrets/
H A Dproxy.c56 } auth; member in struct:proxy_cfg
99 &cfg->auth.basic.username);
101 "username: %s\n", cfg->auth.basic.username);
105 &cfg->auth.basic.password);
111 &cfg->auth.header.name);
113 "auth_header_name: %s\n", cfg->auth.basic.username);
118 &cfg->auth.header.value);
121 DEBUG(SSSDBG_CRIT_FAILURE, "Unknown auth type!\n");
250 "Forwarding header %s\n", pcfg->auth.header.name);
253 pcfg->auth
[all...]

Completed in 2337 milliseconds