s3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in py_cli_state_init()
authorStefan Metzmacher <metze@samba.org>
Tue, 20 Jun 2017 06:02:40 +0000 (08:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 22 Jun 2017 11:07:40 +0000 (13:07 +0200)
commit1e35c63f4e665d42e9a844d9f9385d591bdfc7e0
tree15509397cb00f9369ff1aa53dc65c154d0e121c1
parent5b9a2e520db0b609958f0b37b15b3e891478d8c9
s3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in py_cli_state_init()

For now we only support SMB1, as most of the cli_*_send() function don't
support SMB2, it's only plugged into the sync wrapper functions currently.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/pylibsmb.c