mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r1939: Ensure with my new change we set extended security in flags2 in
the negprot reply. Jeremy. (This used to be commit 8b80b46b8b76ead72c17dc65f2de4c0cc0b263c7)
This commit is contained in:
parent
6219c997cb
commit
b447065629
@ -250,6 +250,9 @@ static int reply_nt1(char *inbuf, char *outbuf)
|
||||
negotiate_spnego = True;
|
||||
capabilities |= CAP_EXTENDED_SECURITY;
|
||||
add_to_common_flags2(FLAGS2_EXTENDED_SECURITY);
|
||||
/* Ensure FLAGS2_EXTENDED_SECURITY gets set in this reply (already
|
||||
partially constructed. */
|
||||
SSVAL(outbuf,smb_flg2, SVAL(outbuf,smb_flg2) | FLAGS2_EXTENDED_SECURITY);
|
||||
}
|
||||
|
||||
capabilities |= CAP_NT_SMBS|CAP_RPC_REMOTE_APIS|CAP_UNICODE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user