From 4e47f520d2f6330de4ab7ec575e23062e00664a1 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 25 Oct 2008 21:11:31 +0000 Subject: added some doku --- manifests/defines.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/defines.pp') diff --git a/manifests/defines.pp b/manifests/defines.pp index 6721e5e..50adab1 100644 --- a/manifests/defines.pp +++ b/manifests/defines.pp @@ -4,6 +4,8 @@ # containing the ssh_keys # password: the password in cleartext or as crypted string # which should be set. Default: absent -> no password is set. +# To create an encrypted password, you can use: +# /usr/bin/mkpasswd -H md5 -S $salt $password # Note: On OpenBSD systems we can only manage plain text passwords. # Therefor the password_crypted option doesn't have any effect. # As well we can only set the password if a user doesn't yet have -- cgit v1.2.3