summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-01 22:30:22 +0000
committermh <mh@immerda.ch>2008-12-01 22:30:22 +0000
commit8f52edb0c88647a280f1684e0f009a8efd4d9009 (patch)
tree096e1c786508c6009efcd12c4af0b2373c714320
parent45b4a47b1efe3875fd3c418be0188342e0abfdd9 (diff)
adjusted docu
-rw-r--r--manifests/defines.pp2
1 files changed, 1 insertions, 1 deletions
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