Issue #13249 has been reported by Josh Cooper. ---------------------------------------- Feature #13249: Windows ACL support https://projects.puppetlabs.com/issues/13249
Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Puppet's current implementation of mapping POSIX modes to Windows ACLs has some limitations. * Puppet can only assign permissions to owner and group, but it's common practice on Windows systems to set full control to Administrators, LocalSystem, and Users, which is more than can be represented in our model, without creating a local group. * Puppet doesn't support deny access control entries Puppet should support setting multiple access control entries, deny/allow aces, and inheritance. See <http://technet.microsoft.com/en-us/library/bb727008.aspx> for common permissions. Another option would be to express permissions in terms of SDDL, but that is likely overkill. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
