diff options
author | Jeremy Allison <jra@samba.org> | 2011-01-26 10:50:44 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-01-26 20:37:29 +0100 |
commit | 67e578ab5aa604cc409480479c2f2b3bc9a969da (patch) | |
tree | 34a15f7902c24c1cdd7a8854e06cb43f16498c15 /source3/smbd | |
parent | bb358ecd5aade909b892f002d498d4cb7b23789a (diff) | |
download | samba-67e578ab5aa604cc409480479c2f2b3bc9a969da.tar.gz samba-67e578ab5aa604cc409480479c2f2b3bc9a969da.tar.bz2 samba-67e578ab5aa604cc409480479c2f2b3bc9a969da.zip |
Allow "security = share" with SMB2. We already handle this in smb2/smb2_server.c
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Jan 26 20:37:29 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 4a93e7f041..12ea28a399 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2915,7 +2915,6 @@ void smbd_process(struct smbd_server_connection *sconn) int ret; if (lp_maxprotocol() == PROTOCOL_SMB2 && - lp_security() != SEC_SHARE && !lp_async_smb_echo_handler()) { /* * We're not making the desion here, |