diff options
author | Andrew Bartlett <abartlet@samba.org> | 2017-02-20 14:52:07 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-03-29 02:37:25 +0200 |
commit | c04891895999e2743e5bdbbba4c60254fa0f5820 (patch) | |
tree | 3af9c1b96825ba53077d7fe9d1fe5309aac528b4 /source3/auth/auth_ntlmssp.c | |
parent | 223598209225162aef42ef20c8a95fecc47837c9 (diff) | |
download | samba-c04891895999e2743e5bdbbba4c60254fa0f5820.tar.gz |
auth: Fill in user_info->service_description from all callers
This will allow the logging code to make clear which protocol an authentication was for.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-Programmed-by: Gary Lockyer <gary@catalyst.net.nz>
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index a48c44457f3..95749ef7a9f 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -169,6 +169,7 @@ NTSTATUS auth3_check_password(struct auth4_context *auth4_context, user_info->client.domain_name, user_info->workstation_name, user_info->remote_host, + user_info->service_description, user_info->password.response.lanman.data ? &user_info->password.response.lanman : NULL, user_info->password.response.nt.data ? &user_info->password.response.nt : NULL, NULL, NULL, NULL, |