Doug Tucker wrote: > From the man > pages, it looks like I can set the share to read only, and use the > directive write list = @groupname to allow certain users write access > to this read only share, but, I don't want to allow everyone read > access, I want to only allow certain other users (that I can put in a > group) read only access. Any ideas?
valid users = @groupthatcanread,@groupthatcanwrite read only = yes write list = @groupthatcanwrite As other posters have mentioned, it's good practice to enforce this at the filesystem level too. Cheers Alex -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
