From 541d6873479b2e7843c6ebc31e8fa238403f0416 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 17 Mar 2017 11:52:51 +0100 Subject: auth: let auth4_context->check_ntlm_password() return pauthoritative BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- auth/common_auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'auth/common_auth.h') diff --git a/auth/common_auth.h b/auth/common_auth.h index d1a775d431a..5d232f4d09b 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -110,6 +110,7 @@ struct auth4_context { NTSTATUS (*check_ntlm_password)(struct auth4_context *auth_ctx, TALLOC_CTX *mem_ctx, const struct auth_usersupplied_info *user_info, + uint8_t *pauthoritative, void **server_returned_info, DATA_BLOB *nt_session_key, DATA_BLOB *lm_session_key); -- cgit v1.2.1