Lines Matching refs:auth_ctx
38 struct sdap_auth_ctx *auth_ctx;
73 struct sdap_auth_ctx *auth_ctx;
75 auth_ctx = talloc(mem_ctx, struct sdap_auth_ctx);
76 if (auth_ctx == NULL) {
80 auth_ctx->be = be_ctx;
81 auth_ctx->opts = options;
82 auth_ctx->service = id_ctx->conn->service;
83 auth_ctx->chpass_service = NULL;
85 *_auth_ctx = auth_ctx;
490 /* Initialize auth_ctx only if one of the target is enabled. */
493 init_ctx->options, &init_ctx->auth_ctx);
541 struct sdap_auth_ctx *auth_ctx;
544 auth_ctx = init_ctx->auth_ctx;
547 sdap_pam_auth_handler_send, sdap_pam_auth_handler_recv, auth_ctx,
559 struct sdap_auth_ctx *auth_ctx;
563 auth_ctx = init_ctx->auth_ctx;
565 ret = init_chpass_service(auth_ctx, be_ctx, init_ctx->options,
566 &auth_ctx->chpass_service);
574 sdap_pam_chpass_handler_send, sdap_pam_chpass_handler_recv, auth_ctx,