Title: Message Title
Joshua Cooper commented on an issue
Puppet / Bug PUP-1284
win32-security gem doesn't handle 'Authenticated Users' correctly
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.
...

--
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.

Reply via email to