diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-10-31 12:07:59 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-10-31 12:07:59 +0000 |
commit | be93100240c4d81e9465015e82d5b71a5e4bf193 (patch) | |
tree | 9861c0b2f05076a9e2f70f4797f1cc218fe67757 /source3/auth | |
parent | abaedd04f273697ab297a0cbbac743f85ea95836 (diff) | |
download | samba-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')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
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); |