On Mon, Apr 21, 2008 at 07:53:28AM -0400, Carlos Gomez Gomez Brizulela wrote: > Hello > > I have a problem with Samba+ACL and create new file permision. > > I have in smb.conf: > > create mask = 664 > > and I have a default ACL of: > > default:user::rwx > default:group::r-x > default:group:smbadmins:rwx > default:group:pregrado:rwx > default:group:docentes:rwx > default:mask::rwx > default:other::r-x > > and I did [EMAIL PROTECTED]:/SO$ touch touch.txt and ACL of new file create > good: > > [EMAIL PROTECTED]:/SO$ getfacl touch.txt > # file: touch.txt > # owner: owner > # group: iusers > user::rw- > group::r-x #effective:r-- > group:smbadmins:rwx #effective:rw- > group:pregrado:rwx #effective:rw- > group:docentes:rwx #effective:rw- > mask::rw- > other::r-- > > Otherwise if I connect to the samba server (Ubuntu Client and nautilus) and > create new file (samba.txt), new ACL is not expect: > > # file: samba.txt > # owner: owner > # group: iusers > user::rw- > group::r-- > group:smbadmins:rwx > group:pregrado:rwx > group:docentes:rwx > mask::rwx > other::r-- > > Here, the execute bit is set on in the aditional groups. Why? > How can I solve it?
Can you post your full smb.conf please ? Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
