[Koha-bugs] [Bug 23090] MySQL validate_password plugin breaks koha-create

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 10 20:58:06 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23090

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
TEST PLAN
---------

$ sudo mysql -u root
> CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'badpassword';
[Magical MySQL Error]
> CREATE USER 'bug23090_test1'@'localhost' IDENTIFIED BY 'GoodP at ssw0rd';
[Should be okay]
> DROP USER 'bug23090_test1'@'localhost';
> QUIT
$ sudo koha-create --create-db fail23090
[Magical MySQL Error]
[Apply this patch and put it (debian/scripts/koha-create) into place in
/usr/sbin/koha-create]
$ sudo koha-create --create-db pass23090

Clean up of useless instances is left as an exercise to the reader.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list