mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
s4:smb_server: remove deprecated 'use spnego = no" handling
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
502aa78704
commit
343b0e0af9
@ -297,7 +297,6 @@ static void reply_nt1(struct smbsrv_request *req, uint16_t choice)
|
||||
supports it and we can do encrypted passwords */
|
||||
|
||||
if (req->smb_conn->negotiate.encrypted_passwords &&
|
||||
lpcfg_use_spnego(req->smb_conn->lp_ctx) &&
|
||||
(req->flags2 & FLAGS2_EXTENDED_SECURITY)) {
|
||||
negotiate_spnego = true;
|
||||
capabilities |= CAP_EXTENDED_SECURITY;
|
||||
|
Loading…
x
Reference in New Issue
Block a user