Skip to content

Commit 38b1e56

Browse files
authored
negated wording regarding legacy auth
According to the docs this variable means the opposite: https://dev.mysql.com/doc/refman/5.5/en/mysql-command-options.html#option_mysql_secure-auth OFF -> insecure ON -> secure
1 parent a2602bf commit 38b1e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mysql/mysql_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run
8282

8383
print_status("\tOld Password Hashing Algorithm #{vparm["old_passwords"]}")
8484
print_status("\tLoading of local files: #{vparm["local_infile"]}")
85-
print_status("\tLogins with old Pre-4.1 Passwords: #{vparm["secure_auth"]}")
85+
print_status("\tDeny logins with old Pre-4.1 Passwords: #{vparm["secure_auth"]}")
8686
print_status("\tSkipping of GRANT TABLE: #{vparm["skip_grant_tables"]}") if vparm["skip_grant_tables"]
8787
print_status("\tAllow Use of symlinks for Database Files: #{vparm["have_symlink"]}")
8888
print_status("\tAllow Table Merge: #{vparm["have_merge_engine"]}")

0 commit comments

Comments
 (0)