adjusted docu
This commit is contained in:
parent
45b4a47b1e
commit
8f52edb0c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue