s3:smbd: don't disconnect the client when a share has "smb encrypt = required"
commit9f1dfd8facaa59370afd93e89cc729de5cc3d9ba
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Aug 2012 07:42:27 +0000 (17 09:42 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Aug 2012 12:51:57 +0000 (17 14:51 +0200)
treebaf1f747dc2e9e7a2f8c5086156ec539e85ddbf6
parente5d4e8df6b8186b71aa72dd7817f5579b44fee2f
s3:smbd: don't disconnect the client when a share has "smb encrypt = required"

It's not the client fault, if he doesn't know that encryption is required.
We should just return ACCESS_DENIED and let the client work on other
shares and open files on the current SMB connection.

metze
source3/smbd/process.c
source3/smbd/trans2.c