Skip to content

Commit 040ba90

Browse files
committed
Land rapid7#8644, text change in mysql_enum
2 parents a2602bf + 38b1e56 commit 040ba90

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)