From: Ralph Boehme Date: Wed, 16 Dec 2015 09:03:13 +0000 (+0100) Subject: CVE-2016-2115: s3:auth_domain: use SMB_SIGNING_IPC_DEFAULT X-Git-Tag: samba-4.2.10~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf4259af9cc0f83d36b140f04474b6dea1ba5b60;p=thirdparty%2Fsamba.git CVE-2016-2115: s3:auth_domain: use SMB_SIGNING_IPC_DEFAULT Use SMB_SIGNING_IPC_DEFAULT for RPC connections. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11756 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index c3c54f343dd..b10162547eb 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -98,7 +98,7 @@ static NTSTATUS connect_to_domain_password_server(struct cli_state **cli_ret, /* Attempt connection */ result = cli_full_connection(&cli, lp_netbios_name(), dc_name, dc_ss, 0, - "IPC$", "IPC", "", "", "", 0, SMB_SIGNING_DEFAULT); + "IPC$", "IPC", "", "", "", 0, SMB_SIGNING_IPC_DEFAULT); if (!NT_STATUS_IS_OK(result)) { /* map to something more useful */