Hello, I am having problem setting permission on shared folder: the folder is?datasamba/common and after I set full permission for a user itester (3000017) and also?tester (3000018), I could see that it is only granting r-x to those users. but I could see from the default permissions that they have rwx. getfacl /datasamba/common # file: datasamba/common # owner: root # group: users # flags: sst user::rwx user:root:rwx group::--- group:wheel:r-x group:users:--- group:3000008:r-x group:3000017:r-x group:3000018:r-x mask::rwx other::--- default:user::rwx default:user:root:rwx default:group::--- default:group:wheel:rwx default:group:users:--- default:group:3000008:r-x default:group:3000017:rwx default:group:3000018:rwx default:mask::rwx default:other::--- wbinfo -i itester OFFICEDOM\itester:*:3000017:100:Innocent Tester:/home/OFFICEDOM/itester:/bin/bash wbinfo -i tester OFFICEDOM\tester:*:3000018:100:Tester Ramjet:/home/OFFICEDOM/tester:/bin/bash wbinfo -g Enterprise Read-Only Domain Controllers Domain Admins Domain Users Domain Guests Domain Computers Domain Controllers Schema Admins Enterprise Admins Group Policy Creator Owners Read-Only Domain Controllers DnsUpdateProxy
Hello, I am having problem setting permission on shared folder: the folder is?datasamba/common and after I set full permission for a user itester (3000017) and also?tester (3000018), I could see that it is only granting r-x to those users. but I could see from the default permissions that they have rwx. Have anyone this problem before? I am not able to send more details as my email get's back to me. but it can be seen at?https://bugzilla.samba.org/show_bug.cgi?id=9284 Thanks beforehand Inno.
On 11/10/12 20:13, Innocent Yevide wrote:> Hello, > > > > I am having problem setting permission on shared folder: > > > the folder is datasamba/common and after I set full permission for a user itester (3000017) and also tester (3000018), I could see that it is only granting r-x to those users. but I could see from the default permissions that they have rwx. >3000017 and 3000018 seem to be a groups. How about: setfacl -m g:3000017:rwx /datasamba/common Cheers, Steve
Hi Steve, Thanks for answering. This is what I did for the time being. but it means anytime I will grant write permission to a user on shared folder (from windows), I will have come to Linux and run the below command. I was wondering may be I missed something to configure, or it is a bug. Best Regards, Inno. ________________________________ De?: steve <steve at steve-ss.com> ??: samba at lists.samba.org Envoy? le : Jeudi 11 octobre 2012 22h28 Objet?: Re: [Samba] samba4 - setting acl rwx but getting r-x On 11/10/12 20:13, Innocent Yevide wrote:> Hello, > > > > I am having problem setting permission on shared folder: > > > the folder is datasamba/common and after I set full permission for a user itester (3000017) and also tester (3000018), I could see that it is only granting r-x to those users. but I could see from the default permissions that they haverwx.>3000017 and 3000018 seem to be a groups. How about: setfacl -m g:3000017:rwx /datasamba/common Cheers, Steve -- To unsubscribe from this list go to the following URL and read the instructions:? https://lists.samba.org/mailman/options/samba
On 11/10/12 22:36, Innocent Yevide wrote:> Hi again, > > the situation here is more complicate that for any new folder created > within the parent folder, I have run manually the setfacl. It is just > not nice. >Hi With: default:group:3000017:rwx any folder you create in the share should also become rwx so you need only run the setfacl once. Isn't that the case? Cheers, Steve> Regards, > > Inno. > ------------------------------------------------------------------------ > *De :* Innocent Yevide <inyevfr at yahoo.fr> > *? :* steve <steve at steve-ss.com> > *Cc :* "samba at lists.samba.org" <samba at lists.samba.org> > *Envoy? le :* Jeudi 11 octobre 2012 23h37 > *Objet :* Re: [Samba] samba4 - setting acl rwx but getting r-x > > Hi Steve, > > Thanks for answering. > > This is what I did for the time being. but it means anytime I will grant > write permission to a user on shared folder (from windows), I will have > come to Linux and run the below command. > > I was wondering may be I missed something to configure, or it is a bug. > > Best Regards, > > Inno. > ------------------------------------------------------------------------ > *De :* steve <steve at steve-ss.com> > *? :* samba at lists.samba.org > *Envoy? le :* Jeudi 11 octobre 2012 22h28 > *Objet :* Re: [Samba] samba4 - setting acl rwx but getting r-x > > On 11/10/12 20:13, Innocent Yevide wrote: > > Hello, > > > > > > > > I am having problem setting permission on shared folder: > > > > > > the folder is datasamba/common and after I set full permission for a > user itester (3000017) and also tester (3000018), I could see that it is > only granting r-x to those users. but I could see from the default > permissions that they have rwx. > > > 3000017 and 3000018 seem to be a groups. > > How about: > setfacl -m g:3000017:rwx /datasamba/common > > Cheers, > Steve > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > > > > > >