Issue #21457 has been reported by Josh Cooper. ---------------------------------------- Bug #21457: win32-security gem doesn't handle 'Authenticated Users' correctly https://projects.puppetlabs.com/issues/21457
* Author: Josh Cooper * Status: Accepted * Priority: Normal * Assignee: * Category: * Target version: 3.x * Affected Puppet version: 2.7.6 * Keywords: windows * Branch: ---------------------------------------- If you attempt to add a user to the 'Authenticated Users' group, the owner/group of a file, etc the win32-security gem incorrectly maps this to SID `S-1-5-0` instead of `S-1-5-11`. The gem calls `String#strip` on the binary SID structure, which is of the form: "...x0bx00", and 0x0b is vertical tab, which ruby considers to be white space, and strips it. See <https://github.com/djberg96/win32-security/issues/3> -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
