mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +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 */
|
supports it and we can do encrypted passwords */
|
||||||
|
|
||||||
if (req->smb_conn->negotiate.encrypted_passwords &&
|
if (req->smb_conn->negotiate.encrypted_passwords &&
|
||||||
lpcfg_use_spnego(req->smb_conn->lp_ctx) &&
|
|
||||||
(req->flags2 & FLAGS2_EXTENDED_SECURITY)) {
|
(req->flags2 & FLAGS2_EXTENDED_SECURITY)) {
|
||||||
negotiate_spnego = true;
|
negotiate_spnego = true;
|
||||||
capabilities |= CAP_EXTENDED_SECURITY;
|
capabilities |= CAP_EXTENDED_SECURITY;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user