mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s3: Remove a use of smbd_server_fd
This disables different socket options per user for ntlmssp authentiation, a change in behaviour which is exotic enough I believe.
This commit is contained in:
parent
b5ed9c2c4d
commit
291526b9cf
@ -122,7 +122,7 @@ static NTSTATUS auth_ntlmssp_check_password(struct ntlmssp_state *ntlmssp_state,
|
||||
/* sub_set_smb_name checks for weird internally */
|
||||
sub_set_smb_name(auth_ntlmssp_state->ntlmssp_state->user);
|
||||
|
||||
reload_services(smbd_messaging_context(), smbd_server_fd(), True);
|
||||
reload_services(smbd_messaging_context(), -1, True);
|
||||
|
||||
nt_status = make_user_info_map(&user_info,
|
||||
auth_ntlmssp_state->ntlmssp_state->user,
|
||||
|
Loading…
x
Reference in New Issue
Block a user