[MDEV-13464] libmariadb3 - make_scrambled_password Created: 2017-08-07 Updated: 2017-09-11 Resolved: 2017-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian, Server |
| Affects Version/s: | 10.2.7 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Stephane Turrin | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Debian Wheezy |
||
| Attachments: |
|
| Description |
|
Hi, That's the error I get when I check the config : The link seem correct : Any idea how to solve this ? Kind regard, |
| Comments |
| Comment by Sergei Golubchik [ 2017-08-08 ] |
|
This was also the issue with pureftpd. See But in short, make_scrambled_password is internal function, it never was a part of the public API. Invoking it directly was a bug, and pureftpd have fixed it. It seems that mod_auth_mysql also does that. Who maintains it nowadays? I was only able to find http://modauthmysql.sourceforge.net/ which looks seriously outdated. |
| Comment by Stephane Turrin [ 2017-08-09 ] |
|
Hi, The advantage of this solution is :
|
| Comment by Sergei Golubchik [ 2017-08-10 ] |
|
I agree that it's useful. It'd be better if they'd fixed this bug, like pureftpd did. On the other hand, I might be wrong here, but it looks like it's old and unmaintained. And it no longer exists in Debian 9, so it seems. |