On 2012-08-01 14:28, Felipe Ortega wrote:
So, with this setup, on every run of the puppet agent, a new shadow
password was assigned to the user. Well, in fact it was always the same
cleartext password, but as the salt was different on every run, the
shadow password of the user was different too, and puppet updated the
user password accordingly.
So, with this setup, on every run of the puppet agent, a new shadow
password was assigned to the user. Well, in fact it was always the same
cleartext password, but as the salt was different on every run, the
shadow password of the user was different too, and puppet updated the
user password accordingly.
Others have already answered about the puppet bug. I'd like to
additionally point out, that it's Bad Practice to generate multiple
hashes from the same cleartext as this will reduce the amount of work
needed when attacking the hash.
Best Regards, David
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.