summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-01 17:55:57 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-01 17:55:57 +0100
commit8c4e2eb49deec55485e86330ddddc26e584d8e1b (patch)
treeeff8b33f8228898a8e3754bf0bf1ec0f81d89307 /source4/utils/ntlm_auth.c
parent7ec720af714fab17fcbba3febff0c162775c8186 (diff)
downloadsamba-8c4e2eb49deec55485e86330ddddc26e584d8e1b.tar.gz
samba-8c4e2eb49deec55485e86330ddddc26e584d8e1b.tar.bz2
samba-8c4e2eb49deec55485e86330ddddc26e584d8e1b.zip
Remove use of lp_*() from ntlm_check.c.
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r--source4/utils/ntlm_auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index c91d90c214..99fb3e8081 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -212,7 +212,8 @@ static NTSTATUS local_pw_check_specified(struct loadparm_context *lp_ctx,
nt_status = ntlm_password_check(mem_ctx,
- lp_ctx,
+ lp_lanman_auth(lp_ctx),
+ lp_ntlm_auth(lp_ctx),
MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT |
MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT,
challenge,