Issue #20303 has been updated by Josh Cooper. Target version set to 3.2.0
---------------------------------------- Bug #20303: Windows user provider is broken on ruby 1.9 https://projects.puppetlabs.com/issues/20303#change-89696 * Author: Josh Cooper * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: * Category: * Target version: 3.2.0 * Affected Puppet version: 3.2.0-rc1 * Keywords: windows * Branch: https://github.com/puppetlabs/puppet/pull/1608 ---------------------------------------- The windows user provider is broken in ruby 1.9. It's the same issue as #18323, and can be fixed as follows: <pre>buf.unpack('A*')[0]</pre> Filing this as a separate issue, because there are additional problems that prevent non-ascii characters from being used. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
