Created attachment 8863 [details] Contents of /etc/samba/smb.conf Not sure if this is a bug or a feature, but as reported in #9866, Windows Vista is not able to join the Samba4 domain when using s3fs if samba4 is not specified as auth method. I've reproduced this problem with Windows XP, Windows Vista and Windows 7. I'm using the samba 4.0.5 package that comes with Zentyal 3.0, but I also compiled samba from the official 4.0.5 tgz with the same results. When using Zentyal 2.2 (that comes with samba 3.4.17), this works perfectly, in fact there is no need to set the value of "auth methods" to make guest shares work (which is logical I suppose as there is no "samba4" method in samba3, which seems to be the problem here). You can find attached my smb.conf. But please don't hesitate to ask me for any other information you may need to diagnose or fix this.
Created attachment 8877 [details] Patch to allow guest access based on the domain guest account status Hi, this patch allow guest access if the domain guest account is enabled. I would appreciate if someone take a look at and comment on.