On Fri, May 23, 2008 at 04:30:57PM -0400, David Eisner wrote: > On Thu, May 22, 2008 at 4:59 AM, Chris Osicki > <[EMAIL PROTECTED]> wrote: > >> > >> - Permissions don't propigate through the filesystem. > >> > > > > With POSIX ACL's they do. Take a look at "default ACL", it defines > > permissions > > newly created files/directories inherits from their parent directory. > > With Windows 2000+ (I believe), the inheritance is dynamic: changes > higher up in the tree can affect the permissions of child objects even > after they are created. (See http://support.microsoft.com/kb/223441 > for example).
No, that's not how it works. It's how it's spec'ed, but the client actually runs down the tree doing the changes, not the server. So Samba would work the same way (ie. the Windows client will do the permissions change walk down the tree against a Samba server as it would against a Windows server). Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
