1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Raise default password length from 8 to 23

This commit is contained in:
Axel Beckert 2014-10-08 13:28:13 +02:00
parent 19e07799cd
commit 1defbd3c02
2 changed files with 2 additions and 1 deletions

View File

@ -857,7 +857,7 @@ my $PASSWORD = '';
#
# Define some fallback password length
#
my $default_genpass_len = 8;
my $default_genpass_len = 23;
# Minor helpers for reducing code duplication

1
debian/changelog vendored
View File

@ -23,6 +23,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
+ --password overrides --genpass. (Closes: #764143) Based on patch by
Santiago Vila.
+ Add password length sanity check with fallback to default length.
+ Raise default password length from 8 to 23.
[ Santiago Vila ]
+ Fix unaligned maxmem output of xen-create-image. (Closes: #764126)