summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-10-28 11:21:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:27 -0500
commitea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f (patch)
tree2dedd707445dc318740a300ea94fc8f30bbd869b /source4/utils/ntlm_auth.c
parent546f63df5b214a1419069887ecfd9118aae8030a (diff)
downloadsamba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.tar.gz
samba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.tar.bz2
samba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.zip
r11371: Fix the ntlm_auth build.
Andrew Bartlett (This used to be commit 708476d0b2d178b9fd80583ac02fdadd4f9650b0)
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r--source4/utils/ntlm_auth.c2
1 files changed, 2 insertions, 0 deletions
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,