Title: Message Title
Nate Walck commented on an issue
Puppet / Bug PUP-1210
authentication_authority key is not set when managing root's password using the puppet user provider
If you try to set the root password on OS X using the Puppet user provider, there are two bugs:

1. /var/db/dslocal/nodes/Default/users/root.plist has the 'passwd' key set incorrectly. It sets:

{code:xml}
<key>passwd</key>
<string>********</string>
{code}

when it should be:

{code:xml}
<key>passwd</key>
<array>
             <string>******...

--
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to