commit
edff8d7c4e
1 changed files with 3 additions and 3 deletions
|
@ -792,7 +792,7 @@ sub security_recommendations {
|
||||||
. " Anonymous accounts." );
|
. " Anonymous accounts." );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
goodprint "There is no anonymous account in all database users";
|
goodprint "There are no anonymous accounts for any database users";
|
||||||
}
|
}
|
||||||
|
|
||||||
# Looking for Empty Password
|
# Looking for Empty Password
|
||||||
|
@ -841,7 +841,7 @@ sub security_recommendations {
|
||||||
}
|
}
|
||||||
|
|
||||||
my @passwords = get_basic_passwords $basic_password_files;
|
my @passwords = get_basic_passwords $basic_password_files;
|
||||||
infoprint "There is "
|
infoprint "There are "
|
||||||
. scalar(@passwords)
|
. scalar(@passwords)
|
||||||
. " basic passwords in the list.";
|
. " basic passwords in the list.";
|
||||||
my $nbins = 0;
|
my $nbins = 0;
|
||||||
|
@ -3101,4 +3101,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
# cperl-indent-level: 8
|
# cperl-indent-level: 8
|
||||||
# perl-indent-level: 8
|
# perl-indent-level: 8
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue