diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-28 11:21:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:27 -0500 |
commit | ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f (patch) | |
tree | 2dedd707445dc318740a300ea94fc8f30bbd869b /source4/utils | |
parent | 546f63df5b214a1419069887ecfd9118aae8030a (diff) | |
download | samba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.tar.gz samba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.tar.xz samba-ea2d6d482fc8e18b0f1b61c245c4e371fa6dd24f.zip |
r11371: Fix the ntlm_auth build.
Andrew Bartlett
(This used to be commit 708476d0b2d178b9fd80583ac02fdadd4f9650b0)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 7072262653b..10e8110debf 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, |