adjusted docu

This commit is contained in:
mh 2008-12-01 22:30:22 +00:00
parent 45b4a47b1e
commit 8f52edb0c8

View file

@ -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