Andrew Watkins
2007-May-16 10:13 UTC
[Samba] Can new ACL entries be inherited to existing subdirectories.
Hello, My samba drive works well on my XP machines and ACLs work fine as well. XP users can add new user permissions to files and folders and they are inherited for all NEW files and folders created in the future. But, adding a new permission on the security tab to a folder does not alter the EXISTING files/sub-folders like it does on a real windows network drive. I am running Samba 3.0.24/25 on Solaris 10/9 machines and here are my current settings: acl compatibility = auto acl check permissions = Yes acl group control = No acl map full control = Yes force unknown acl user = No inherit permissions = No inherit acls = No inherit owner = No nt acl support = Yes profile acls = No map acl inherit = No Thanks Andrew
Ralf Gross
2007-May-16 11:01 UTC
[Samba] Can new ACL entries be inherited to existing subdirectories.
Andrew Watkins schrieb:> > But, adding a new permission on the security tab to a folder does not > alter the EXISTING files/sub-folders like it does on a real windows > network drive. > > I am running Samba 3.0.24/25 on Solaris 10/9 machines and here are my > current settings: > > acl compatibility = auto > acl check permissions = Yes > acl group control = No > acl map full control = Yes > force unknown acl user = No > inherit permissions = No > inherit acls = No > inherit owner = No > nt acl support = Yes > profile acls = No > map acl inherit = NoWith 'inherit permissions = yes' it's working for me on linux. dos filemode = yes inherit permissions = yes store dos attributes = yes map archive = no map hidden = no map system = no map readonly = no ralf
Gerald (Jerry) Carter
2007-May-18 15:15 UTC
[Samba] Can new ACL entries be inherited to existing subdirectories.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Andrew Watkins wrote:> > > Hello, > > My samba drive works well on my XP machines and ACLs work fine as well. > XP users can add new user permissions to files and folders and they are > inherited for all NEW files and folders created in the future. > > But, adding a new permission on the security tab to a folder does not > alter the EXISTING files/sub-folders like it does on a real windows > network drive. > > I am running Samba 3.0.24/25 on Solaris 10/9 machines and here are my > current settings:You need EA support on the file systems and to set "map acl inherit = yes" cheers, jerry ====================================================================Samba ------- http://www.samba.org Centeris ----------- http://www.centeris.com "What man is a man who does not make the world better?" --Balian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGTcLjIR7qMdg1EfYRAhHRAJ9jhX5RrPO9oBHNlp+2/VtuVIPdIgCfYUQc dwS1C0nQvP0SVUxWzYS5liQ=i649 -----END PGP SIGNATURE-----
Andrew Watkins
2007-May-18 16:11 UTC
[Samba] Can new ACL entries be inherited to existing subdirectories.
As also, you got it dead right. set "map acl inherit = yes" Solaris does seem to support "extended attributes". Thanks Andrew Gerald (Jerry) Carter wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Andrew Watkins wrote: >> >> Hello, >> >> My samba drive works well on my XP machines and ACLs work fine as well. >> XP users can add new user permissions to files and folders and they are >> inherited for all NEW files and folders created in the future. >> >> But, adding a new permission on the security tab to a folder does not >> alter the EXISTING files/sub-folders like it does on a real windows >> network drive. >> >> I am running Samba 3.0.24/25 on Solaris 10/9 machines and here are my >> current settings: > > You need EA support on the file systems and to > set "map acl inherit = yes" > >