PHP usually uses the appropriate crypt system call for the system, so
whether it is DES, SMD5 or BLF, I believe you can reliably generate
hashed passwords like this:

         echo "<? print crypt('foofoo'); ?>" | php

Also, in your manifest, you are using double-quotes (") to enclose the
password.  You will want to make sure to use single-quotes ('), since
(at least) salted MD5 always contains the dollar-sign ($) character.



--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to