From 9cdaedaf75bace5711110d80156fae9a218119ad Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Mon, 5 Aug 2013 12:38:22 -0700 Subject: [PATCH] Also read linux.words file http://virtualmin.com/node/29078 --- useradmin/md5-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/useradmin/md5-lib.pl b/useradmin/md5-lib.pl index 7084c5c0b..af3b9db27 100755 --- a/useradmin/md5-lib.pl +++ b/useradmin/md5-lib.pl @@ -264,6 +264,7 @@ if ($config{'dict_file'}) { } else { @files = ( "/usr/share/dict/words", + "/usr/share/dict/linux.words", "/usr/dict/words" ); } foreach my $f (@files) {