canmove, Confirmed users
1,394
edits
(→Linux) |
|||
| Line 59: | Line 59: | ||
Puppet supports user management on Linux with no difficulty, via the ''user'' provider. Password hashes are most easily created by using 'passwd' on a temporary host, then copying the password hash from ''/etc/shadow''. | Puppet supports user management on Linux with no difficulty, via the ''user'' provider. Password hashes are most easily created by using 'passwd' on a temporary host, then copying the password hash from ''/etc/shadow''. | ||
The linux VNC password is set with [http://linux.die.net/man/1/vncpasswd vncpasswd] | The linux VNC password is set with [http://linux.die.net/man/1/vncpasswd vncpasswd]. For example: | ||
[root@hp1 ~]# vncpasswd x | |||
Password: | |||
Verify: | |||
[root@hp1 ~]# base64 x | |||
..***..***.. | |||
== Darwin == | == Darwin == | ||