Consider the following manifest snippet:

    user { "foo":
        ensure   => present,
        managehome => true,
        shell => "/bin/bash",
        password =>
"$6$s95t93Ou$FWCF9kHO4/nH9hNpr5hKxrK85ufxx8jubu8EuRgCd602bC2ov3X6IKPgkupD3G3qs1QzpRitli696NoFioSPf/",
        comment => "Foo Bar"
    }

The resulting /etc/shadow entry is:

foo:/nH9hNpr5hKxrK85ufxx8jubu8EuRgCd602bC2ov3X6IKPgkupD3G3qs1QzpRitli696NoFioSPf/:14908:0:99999:7:::

As a result, the user cannot log in, as the encrypted password is corrupt.

This is both on 0.25 and 2.6 version.

Cheers,
-- 
Jean-Baptiste Quenot

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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