1
0
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:
Jeremy Allison 2004-08-19 22:47:05 +00:00 committed by Gerald (Jerry) Carter
parent 6219c997cb
commit b447065629

View File

@ -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;