From ac2eeb7a8f49d389e024af82184b86e79bfd8976 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 2 Feb 2003 00:11:12 +0000 Subject: More signing updates - start checking that the server isn't being spoofed. Andrew Bartlett (This used to be commit b1c722e306533babeffeba9d8c7dcfa00e019423) --- source3/client/smbmount.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/client') diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c index f90c56859f..573b2fe2f6 100644 --- a/source3/client/smbmount.c +++ b/source3/client/smbmount.c @@ -157,6 +157,9 @@ static struct cli_state *do_connection(char *the_service) /* SPNEGO doesn't work till we get NTSTATUS error support */ c->use_spnego = False; + /* The kernel doesn't yet know how to sign it's packets */ + c->sign_info->allow_smb_signing = False; + if (!cli_session_request(c, &calling, &called)) { char *p; DEBUG(0,("%d: session request to %s failed (%s)\n", -- cgit