Quoting Dominik Reusser <dreusser@xxxxxxxxxxxxxx>:
> Is this a problem specific to my set-up or does refdbd fail to check what
> authentication protocol should be used?
>
refdbd does not perform any specific checks. It simply passes the
authentication information to libdbi, which in turn passes them to the
requested driver. The driver uses (in your case) the libmysqlclient
library provided by the MySQL database engine. I can only imagine that
your libdbi driver is linked against an older version of the
libmysqlclient library than what the database server expects.
Rebuilding libdbi-drivers with the latest libmysqlclient library
should fix this.
I'm a bit puzzled that only one user runs into this problem. Do the
other users have OLD_PASSWORDs by default, e.g. because their accounts
are older?
regards,
Markus
--
Markus Hoenicka
markus.hoenicka@xxxxxxx
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|