Title: Message Title
Eric Sorenson 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:

<key>passwd</key>
<string>********</string>

when it should be:

<key>passwd</key>
<array>
             <string>********</string>
<array>

This cau...

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