libcli/smb: defer failing for missing NEGOTIATE_SECURITY_SIGNATURES_ENABLED
commit6b94fa4773ef13691944e2f5afa412ddb8d2e729
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Mar 2013 14:02:55 +0000 (18 15:02 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 21 Mar 2013 08:30:19 +0000 (21 09:30 +0100)
tree87e236c13c4dab327c67f3c567b8e7574886bc2d
parentfdb9831bbe0c3095cf2c6e7b394ce1abf6a0c04b
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