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 | c8b2718adfe114b74a155116c5e74f014d6df887 (patch) | |
tree | e0cb260ace653e85d4afad37009e54280c9fdb0b /source/smbd/auth_util.c | |
parent | e0b56a31480906b39f37761eed20d3cad0d53973 (diff) | |
download | samba-c8b2718adfe114b74a155116c5e74f014d6df887.tar.gz samba-c8b2718adfe114b74a155116c5e74f014d6df887.tar.xz samba-c8b2718adfe114b74a155116c5e74f014d6df887.zip |
Fix up domain logons. Tested with NT4.
Diffstat (limited to 'source/smbd/auth_util.c')
-rw-r--r-- | source/smbd/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/auth_util.c b/source/smbd/auth_util.c index 297c482af52..85f01605ab3 100644 --- a/source/smbd/auth_util.c +++ b/source/smbd/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); |