mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +03:00
s3:client: Turn off smb signing for message op
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
62a4705dbc
commit
6f552204d4
@@ -392,7 +392,7 @@ def smb_connection(dc_hostname, service, lp, creds):
|
||||
# the SMB bindings rely on having a s3 loadparm
|
||||
s3_lp = s3param.get_context()
|
||||
s3_lp.load(lp.configfile)
|
||||
conn = libsmb.Conn(dc_hostname, service, lp=s3_lp, creds=creds, sign=True)
|
||||
conn = libsmb.Conn(dc_hostname, service, lp=s3_lp, creds=creds)
|
||||
except Exception:
|
||||
raise CommandError("Error connecting to '%s' using SMB" % dc_hostname)
|
||||
# Reset signing state
|
||||
|
||||
Reference in New Issue
Block a user