From ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 28 Oct 2005 11:21:33 +0000 Subject: r11371: Fix the ntlm_auth build. Andrew Bartlett (This used to be commit 708476d0b2d178b9fd80583ac02fdadd4f9650b0) --- source4/utils/ntlm_auth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/utils') diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 7072262653..10e8110deb 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -167,6 +167,8 @@ static NTSTATUS local_pw_check_specified(const char *username, nt_status = ntlm_password_check(mem_ctx, + MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT | + MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT, challenge, lm_response, nt_response, -- cgit