diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-06-05 04:32:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:30 -0500 |
commit | c455b0a935dec8c9644634c496f2b95d7678df05 (patch) | |
tree | d3bfab9a28a71e4ca7c455ba4ff3635242dcd89f /source4/auth | |
parent | 35af8953507c9e6d5310ee07cbe63a735954ffb6 (diff) | |
download | samba-c455b0a935dec8c9644634c496f2b95d7678df05.tar.gz samba-c455b0a935dec8c9644634c496f2b95d7678df05.tar.bz2 samba-c455b0a935dec8c9644634c496f2b95d7678df05.zip |
r1028: More consistancy fixes, which should also fix the build.
Andrew Bartlett
(This used to be commit 0d2ae66d3a82134d86084f63c05214e03dfcb48b)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_sam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 13b289c412..2481b97ce6 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -53,8 +53,8 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context, return ntlm_password_check(mem_ctx, &auth_context->challenge, &user_info->lm_resp, &user_info->nt_resp, - &user_info->lm_interactive_pwd, - &user_info->nt_interactive_pwd, + &user_info->lm_interactive_password, + &user_info->nt_interactive_password, username, user_info->smb_name.str, user_info->client_domain.str, |