diff options
author | Samuel Thibault <sthibault@debian.org> | 2015-01-19 09:38:00 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2015-01-19 09:38:00 +0000 |
commit | 72688ecd172ac3c39220c70ee787c1d2a9384b18 (patch) | |
tree | 7a30946d48dbb78e1b04368f8127de34aa6de5c4 /it/appendix/preseed.xml | |
parent | d2d5534a0ea527f7b45a09a75ad3d769a7c584d6 (diff) | |
download | installation-guide-72688ecd172ac3c39220c70ee787c1d2a9384b18.zip |
Avoid security issues while making an encrypted root password for a
preseed file. Closes: #775718.
Diffstat (limited to 'it/appendix/preseed.xml')
-rw-r--r-- | it/appendix/preseed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/appendix/preseed.xml b/it/appendix/preseed.xml index 4bc82fbe8..3f8d94ba4 100644 --- a/it/appendix/preseed.xml +++ b/it/appendix/preseed.xml @@ -1892,7 +1892,7 @@ The following command can be used to generate an MD5 hash for a password: Si può usare il seguente comando per creare un hash MD5 di una password: <informalexample><screen> -$ printf "r00tme" | mkpasswd -s -m md5 +mkpasswd -m sha-512 </screen></informalexample> </para> |