libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED
commit53d348dff082f9c18e06f99ec646127467f339e7
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Mar 2013 14:02:55 +0000 (18 15:02 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 20 Mar 2013 16:32:25 +0000 (20 09:32 -0700)
treeb88aaadaf8bc8e48dfdf8360da4b6a5e7c95adf3
parentb041dc9451e210acc82a82b75e02e4166d8973d5
libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED

Windows servers take a look at the FLAGS2_SMB_SECURITY_SIGNATURES_REQUIRED
flag during a session setup and turn on signing if the client requires it.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smbXcli_base.c