• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

New Username/password problem after 'hotfixes'

R

rembrandt

Guest
Hello,

After installing these 'hotfixes':

hotfix75051115.01
hotfix75051209.16

Database connections for newly created users fails. Whenever a database is created, with username and password and people want to connect they get a message that they´ve entered an incorrect username/password.

However, when an 'old' database is used (and username or password aren´t changed, they can connect without any problems.

Looks like these 'fixes' have broken something.
 
The content of these fixes is this:

psa-hotfix75051115.01:

Code:
Trying to replace files and set up right permissions... `/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/htdocs/j
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/htdocs/server/configure.php3' -> `/usr/local/psa/admin/htdocs/ser
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.ConfigureForm.php' -> `/usr/local/psa/admin/plib/class
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/templates/configure.tpl' -> `/usr/local/psa/admin/plib/templ
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddressesList.php' -> `/usr/local/psa/admin/plib/cla
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddress.php' -> `/usr/local/psa/admin/plib/class.IPA
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/plib/class.IPAddForm.php' -> `/usr/local/psa/admin/plib/class.IPA
`/usr/local/psa/tmp/hotfix-75051115.01//usr/local/psa/admin/sbin/ifmng' -> `/usr/local/psa/admin/sbin/ifmng'
done


hotfix75051209.16:

Code:
Trying to stop Admin server... /usr/local/psa/admin/bin/httpsdctl stop: httpd stopped
Stopping Plesk:  ^[[60G[  ^[[0;32mOK^[[0;39m  ]
done
 Trying to replace files and set up right permissions... `/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/bin/http
`/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/sbin/statistics' -> `/usr/local/psa/admin/sbin/statistics'
`/usr/local/psa/tmp/hotfix-75051209.16//usr/local/psa/admin/libexec/mod_rewrite.so' -> `/usr/local/psa/admin/libexec/mod_rewr
 Trying to start Admin server... Processing config directory: /usr/local/psa/admin/conf/httpsd.*.include
/usr/local/psa/admin/bin/httpsdctl start: httpd started
Starting Plesk:  ^[[60G[  ^[[0;32mOK^[[0;39m  ]
done

So my best guess is that hotfix75051115.01 is to blame.....
 
Add line:
Code:
old_passwords = 1
to my.cnf, restart MySQL seems to have done the trick....
 
Back
Top