Proposed fix for #268

This commit is contained in:
Marco Martinelli 2018-01-18 07:39:52 +01:00
parent 073a6244a5
commit 9f7a599195

View file

@ -1689,7 +1689,7 @@ sub security_recommendations {
} }
my $PASS_COLUMN_NAME = 'password'; my $PASS_COLUMN_NAME = 'password';
if ( $myvar{'version'} =~ /5.7/ ) { if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) {
$PASS_COLUMN_NAME = 'authentication_string'; $PASS_COLUMN_NAME = 'authentication_string';
} }
debugprint "Password column = $PASS_COLUMN_NAME"; debugprint "Password column = $PASS_COLUMN_NAME";