Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest to a...
authorJeremy Allison <jra@samba.org>
Fri, 27 Aug 2010 22:25:04 +0000 (15:25 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 27 Aug 2010 22:25:04 +0000 (15:25 -0700)
commit04f021e69227a9c8094a5d617f53f3a1887e2da3
tree515c8969140d2d34a4309b4c7904ca07a6e50c6f
parent9322fa4077a9c15c9b5431ac2369b50bfffbb73d
Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest to a share.

Fix "security = share" with SMB2 by mapping internally
to "security = user" and "map to guest = Bad User".

Jeremy.
source3/smbd/smb2_server.c