This is a discussion on [Samba] read only user within the Samba forums, part of the Networking and Network Related category; Hi I need to have a list of users with read write and one user read only I have this ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi I need to have a list of users with read write and one user read only
I have this at the moment [global] workgroup =workgroup netbios name = server encrypt passwords=yes printcap name = /etc/printcap security = share [main] path = /usr/server-shares/main valid users = user1 user2 user3 write list = user1 user2 so in the above should user3 be able to read only ? from what i heard today user3 can read only but the other two cant write -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
On Thu, Jul 17, 2008 at 1:08 PM, Terry <terry@bluelight.org.uk> wrote:
> Hi I need to have a list of users with read write and one user read only > I have this at the moment > > [global] > workgroup =workgroup > netbios name = server > encrypt passwords=yes > printcap name = /etc/printcap > security = share > > > [main] > path = /usr/server-shares/main > valid users = user1 user2 user3 > write list = user1 user2 > > so in the above should user3 be able to read only ? > from what i heard today user3 can read only but the other two cant write > What are the permissions of unix host filesystem? John -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
John Drescher wrote:
> On Thu, Jul 17, 2008 at 1:08 PM, Terry <terry@bluelight.org.uk> wrote: > >> Hi I need to have a list of users with read write and one user read only >> I have this at the moment >> >> [global] >> workgroup =workgroup >> netbios name = server >> encrypt passwords=yes >> printcap name = /etc/printcap >> security = share >> >> >> [main] >> path = /usr/server-shares/main >> valid users = user1 user2 user3 >> write list = user1 user2 >> >> so in the above should user3 be able to read only ? >> from what i heard today user3 can read only but the other two cant write >> >> > What are the permissions of unix host filesystem? > > John > > Perms are set to 777 just to make sure there are no problems -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |