Jethro Hermans
2007-Apr-11 08:37 UTC
[Samba] Problem with subfolder permissions within share
Dear,
I want to do the following set-up but I don't succeed in it:
e.g.:
users: user1
user2
user3
share: "test" with access from user1,2 and 3
Now I want to create a subfolder in "test" e.g. "subtest"
but only with
access for user1 and 3 but I'm not able to do that.
Is there a solution for this?
Thank you,
Jethro
Jethro Hermans
2007-Apr-11 08:46 UTC
[Samba] Problem with subfolder permissions within share
Dear,
I want to do the following set-up but I don't succeed in it:
e.g.:
users: user1
user2
user3
share: "test" with access from user1,2 and 3
Now I want to create a subfolder in "test" e.g. "subtest"
but only with
access for user1 and 3 but I'm not able to do that.
Is there a solution for this?
Thank you,
Jethro
On Wed, Apr 11, 2007 at 10:14:49AM +0200, Jethro Hermans wrote:> Dear, > > I want to do the following set-up but I don't succeed in it: > > e.g.: > > users: user1 > user2 > user3 > > share: "test" with access from user1,2 and 3 > > Now I want to create a subfolder in "test" e.g. "subtest" but only with > access for user1 and 3 but I'm not able to do that. > Is there a solution for this?I assume that all of these users are in a group e.g "group1" that has read/write access, and you are allowing @group1 for the valid users access in smb.conf? To get what you want you could create another group "group2" that allows read/write permission to "subtest" with only user1 and user3 in the group.> > Thank you, > JethroRegards, Mark