mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r1939: Ensure with my new change we set extended security in flags2 in
the negprot reply.
Jeremy.
(This used to be commit 8b80b46b8b
)
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…
Reference in New Issue
Block a user