On Mon, Feb 08, 2010 at 05:26:37PM +0200, Alexandru Florescu wrote: > "I want to achieve the following setup: > - have a share that is read-only and accessible for guest users; => without > having to log in. > - have the same share be modified by an authenticated specific user."
[global] security = user map to guest = bad password [share] guest ok = yes read only = yes write list = yourspecificuser Add the path = and other settings you need. Does that work for you? Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
