From 5627667fc6865157ca0bf6e92cb76c87ee42916d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 17 Mar 2017 12:29:26 +0100 Subject: [PATCH] pdbtest: make use of make_auth3_context_for_ntlm() BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976 Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source3/torture/pdbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/pdbtest.c b/source3/torture/pdbtest.c index a9f49bb48d2..000356644c1 100644 --- a/source3/torture/pdbtest.c +++ b/source3/torture/pdbtest.c @@ -299,7 +299,7 @@ static bool test_auth(TALLOC_CTX *mem_ctx, struct samu *pdb_entry) return False; } - status = make_auth_context_subsystem(NULL, &auth_context); + status = make_auth3_context_for_ntlm(NULL, &auth_context); if (!NT_STATUS_IS_OK(status)) { DEBUG(0, ("Failed to test authentication with check_sam_security_info3: %s\n", nt_errstr(status))); -- 2.34.1