summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-10-31 12:07:59 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-10-31 12:07:59 +0000
commitbe93100240c4d81e9465015e82d5b71a5e4bf193 (patch)
tree9861c0b2f05076a9e2f70f4797f1cc218fe67757 /source3/auth/auth_util.c
parentabaedd04f273697ab297a0cbbac743f85ea95836 (diff)
downloadsamba-be93100240c4d81e9465015e82d5b71a5e4bf193.tar.gz
samba-be93100240c4d81e9465015e82d5b71a5e4bf193.tar.bz2
samba-be93100240c4d81e9465015e82d5b71a5e4bf193.zip
Fix up domain logons. Tested with NT4.
(This used to be commit c8b2718adfe114b74a155116c5e74f014d6df887)
Diffstat (limited to 'source3/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 297c482af5..85f01605ab 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -368,8 +368,8 @@ BOOL make_user_info_netlogon_interactive(auth_usersupplied_info **user_info,
ret = make_user_info_map(user_info,
smb_name, client_domain,
wksta_name, sec_blob,
- local_nt_blob,
local_lm_blob,
+ local_nt_blob,
plaintext_blob,
ntlmssp_flags, True);