From 8f52edb0c88647a280f1684e0f009a8efd4d9009 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 1 Dec 2008 22:30:22 +0000 Subject: adjusted docu --- manifests/defines.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/defines.pp b/manifests/defines.pp index b6f4f1f..7699b4f 100644 --- a/manifests/defines.pp +++ b/manifests/defines.pp @@ -5,7 +5,7 @@ # 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 +# /usr/bin/mkpasswd -H md5 --salt=$salt $password , where $salt is 8 bytes long # Note: On OpenBSD systems we can only manage crypted passwords. # Therefor the password_crypted option doesn't have any effect. # You'll find a python script in ${module}/password/openbsd/genpwd.py -- cgit v1.2.3