Displaying 1 result from an estimated 1 matches for "encpass".
Did you mean:
vncpass
2007 Jun 11
4
freeBSD User provider
...-r remove home & contents
so to create this is -m and to destroy this is -r
- password. This one is tricky as the pw command does not allow
specificaly to give the password on the command line encrypted. It
requires the chpass utility:
chpass [-a list] [-p encpass] [-e expiretime] [-s newshell] [user]
it is installed on all my freeBSD servers but i don''t know if this is
the same package and if this is by default :)
So here is what i think for the provider:
puppet-0.22.4/lib/puppet/provider/user/pw.rb
add line:
+ has_features :manages_homed...