Check, if user "nobody" has at least read access to /home/Guest. If not, then it must be the reason, why you get an access denied error message (you cannot access a child directory, if you don't have at least read access to the parent directory). Chown the directory /home/Guest as "nobody:root" or give read permission to other users (chmod o+r /home/Guest).
Regards Gergely Kiss -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
