Is it possible to have a samba share read only for guests, and read write for authenticated users?
If I put guest ok on an share then I am not prompted for a password, and effectively logged as guest with read only rights. But I want to be authenticated so that I can also write.
Could anyone provide a sample smb share stanza to achieve this?
lp_bool(guest nobody): value is not boolean!– reox Mar 22 '16 at 11:00read onlycan be onlyyesorno, can't have usernames or groups as its value. – Oct 28 '16 at 05:22read onlytoguest nobodyas suggested, but all it did was remove guest access to my share altogether, as ifguest okhad beenno. Usingwrite listworked like a charm, just a shame I'll have to update it for every new user I add. – Hubro Oct 14 '17 at 21:04