From e8264d9678dff1cf56f7ac97d8a1a59b9532b6b8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Jun 2017 17:18:17 +0200 Subject: auth/common: add support for auth4_ctx->check_ntlm_password_send/recv() Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- auth/common_auth.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'auth/common_auth.h') diff --git a/auth/common_auth.h b/auth/common_auth.h index 507971794f3..3de227ee354 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -131,6 +131,16 @@ struct auth4_context { uint8_t *pauthoritative, void **server_returned_info, DATA_BLOB *nt_session_key, DATA_BLOB *lm_session_key); + struct tevent_req *(*check_ntlm_password_send)(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct auth4_context *auth_ctx, + const struct auth_usersupplied_info *user_info); + NTSTATUS (*check_ntlm_password_recv)(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + uint8_t *pauthoritative, + void **server_returned_info, + DATA_BLOB *nt_session_key, + DATA_BLOB *lm_session_key); NTSTATUS (*get_ntlm_challenge)(struct auth4_context *auth_ctx, uint8_t chal[8]); -- cgit v1.2.1