The Samba-Bugzilla – Attachment 5943 Details for
Bug 7653
When SMB2 is on, Windows 7 clients can not connect as guest to a share
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix I've applied to master and v3-6-test
look (text/plain), 705 bytes, created by
Jeremy Allison
on 2010-08-27 17:29:23 UTC
(
hide
)
Description:
Fix I've applied to master and v3-6-test
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2010-08-27 17:29:23 UTC
Size:
705 bytes
patch
obsolete
>diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c >index e604728..5be83ff 100644 >--- a/source3/smbd/smb2_server.c >+++ b/source3/smbd/smb2_server.c >@@ -2045,6 +2045,14 @@ void smbd_smb2_first_negprot(struct smbd_server_connection *sconn, > struct smbd_smb2_request *req; > struct tevent_req *subreq; > >+ if (lp_security() == SEC_SHARE) { >+ DEBUG(2,("WARNING!!: \"security = share\" is deprecated for " >+ "SMB2 servers. Mapping to \"security = user\" and " >+ "\"map to guest = Bad User\"\n" )); >+ lp_do_parameter(-1, "security", "user"); >+ lp_do_parameter(-1, "map to guest", "Bad User"); >+ } >+ > DEBUG(10,("smbd_smb2_first_negprot: packet length %u\n", > (unsigned int)size)); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 7653
:
5935
|
5936
|
5937
|
5938
|
5939
|
5940
| 5943