mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
r1630: - fixed the replacement timegm() function to work correctly for DST changes
- got rid of global_myname(), using lp_netbios_name() instead
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
78dcaddbb7
commit
e8d4b39088
@@ -533,7 +533,7 @@ static void manage_ntlm_server_1_request(enum stdio_helper_mode stdio_helper_mod
|
||||
if (!NT_STATUS_IS_OK(
|
||||
local_pw_check_specified(username,
|
||||
domain,
|
||||
global_myname(),
|
||||
lp_netbios_name(),
|
||||
&challenge,
|
||||
&lm_response,
|
||||
&nt_response,
|
||||
|
||||
Reference in New Issue
Block a user