summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-03-17 11:52:51 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-24 11:57:10 +0100
commit541d6873479b2e7843c6ebc31e8fa238403f0416 (patch)
tree7a7af4a31717495d36b480981f2d66fdd7eb1cdb /auth/common_auth.h
parentd568ebbcf9500dc59a9938d8a0d62a7044102e65 (diff)
downloadsamba-541d6873479b2e7843c6ebc31e8fa238403f0416.tar.gz
auth: let auth4_context->check_ntlm_password() return pauthoritative
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h1
1 files changed, 1 insertions, 0 deletions
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);