Bug #75004 | validatepassword can't prevent upper case password string which included in file | ||
---|---|---|---|
Submitted: | 26 Nov 2014 4:27 | Modified: | 9 Dec 2014 20:41 |
Reporter: | wang huai | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Pluggable Authentication | Severity: | S1 (Critical) |
Version: | 5.6.20 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | MySQL, validatepassword |
[26 Nov 2014 4:27]
wang huai
[9 Dec 2014 20:41]
Sveta Smirnova
Thank you for the report. Technically saying this is not a bug according to http://dev.mysql.com/doc/refman/5.6/en/validate-password-plugin.html#validate-password-opt...: "Its contents should be lowercase, one word per line." So all uppercase letters are ignored. But I don't understand why this limitation exists, especially because comparison is expected to be case-insensitive. So I verify it as feature request: "Allow mixed case in dictionary files."