MySQL Auth Plugin for Joomla 1.5


Quic share this file with those in need, but I can not go to the respective section. I hope the developer itself is not uncomfortable.
reagarding following items
does it work with localhost?
and what is Salt?
how do i know what my port is lol...
To solve this problem you have to modify in plugins/authentication/extdb.php, instead of mysql_connect you have to change it for mysql_pconnect. That worked for me.
Also I set in the response another parameters such as the gid and usertype to avoid permission problems.
It would be nice if the gacl permissions could be set from the external database as well. I don't know if this is possible yet but I'm working on that I'll let you know if I get something.
Warning: mysql_real_escape_string(): 26 is not
a valid MySQL-Link resource in /home/www/user/html/sitename/libraries/joomla/database/database/mysql.php on line 193 or something like that..
in case this happens go to your db admin (phpmyadmin maybe?) and there set the published status of the plugin to 0.
I do have one suggestion however: it would be great if this plugin would support sub-query's, or would enable the administrator to manually specify the query to use.
The current structure of the plug-in requires me to save the user username/password in the same table as the other user data (like first name, surname). I would like to be able to keep these kinds of data seperated.
The configuration of the module has a dropdown box to choose what kind of password is to be used. The only option is to use a MD5 hash of the password. I would have expected a plain text option as many apps use a plain text password for easier integration with other systems.
I hope the developer continues to develop a v 1.5 version of database authentication from an external MySQL db.
hi,
thanks for your suggesion and I have added your request to the latest release. In addition to plain text, the plugin now supports SHA-1 type hashes too. pls try the latest and let me know any bugs or other usefull feature requests.
You may add them here OR at the Joomlacode project site (better).
--
Rashan



