| #
9612843e |
| 05-Dec-2022 |
Andrew Dawes <andrewsdawes@gmail.com> |
Fixed some typos
|
| #
2cabdb62 |
| 10-Dec-2014 |
Rainbow Spike <Rainbow_Spike@derpy.ru> |
Update mysql.conf.php.example
Fix some typos
|
| #
01fb97e2 |
| 27-May-2013 |
Anika Henke <anika@selfthinker.org> |
fixed references from old mysql authtype to new mysql plugin in mysql.conf example
|
| #
bc87043b |
| 28-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
minor tweaks on sample conf files FS#1723
|
| #
24bc1a35 |
| 30-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL canDo() patch
This patch adds a canDo() function to the MySQL backend to give higher program levels the opportunity to find out what functions the MySQL backend provides.
Furthermore the opti
MySQL canDo() patch
This patch adds a canDo() function to the MySQL backend to give higher program levels the opportunity to find out what functions the MySQL backend provides.
Furthermore the option encryptPass was renamed to forwardClearPass because the old name was misleading and not clear.
Last but not least the mysql.conf.php was reorganized to make clear which SQL statements enable which functions.
darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
show more ...
|
| #
dfdd92d5 |
| 24-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL modify user patch
This patch changed the function modifyUser(). Before this update each data change was applied by deleting and re-adding the complete user entry. The new function uses the UPD
MySQL modify user patch
This patch changed the function modifyUser(). Before this update each data change was applied by deleting and re-adding the complete user entry. The new function uses the UPDATE SQL statement.
Furthermore all human readable error messages were removed. The calling procedure is in charge now to inform the user about failures. Internal debug messages were added. They can be enabled in the configuration file.
Last but not least the module retrieves the database version now to handle incompatible features between different MySQL versions.
darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
show more ...
|
| #
a771ad3a |
| 22-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL backend code cleanup fix
This patch make the MySQL backend work again after Andi's code cleanup ;-)
darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz
|
| #
75bfc19c |
| 07-Nov-2005 |
Matthias Grimm <matthiasgrimm@users.sourceforge.net> |
MySQL auth module documentation
This patch completes the documentation of the MySQL SQL statements that are necessary to run the mysql OO auth module in mysql.conf.php.example.
Some pattern names i
MySQL auth module documentation
This patch completes the documentation of the MySQL SQL statements that are necessary to run the mysql OO auth module in mysql.conf.php.example.
Some pattern names in the code were not in line - fixed.
darcs-hash:20051107210740-4145d-cdf140b6d14664ce9c1a85f67e1bf8feb294c17b.gz
show more ...
|
| #
3ff230f7 |
| 06-Nov-2005 |
Matthias Grimm <matthiasgrimm@users.sourceforge.net> |
mysql extension for OO auth system
This patch adds the mysql extension to the OO auth system. The SQL statements are defined in conf/mysql.conf.php.example and needs to be adapted to the local datab
mysql extension for OO auth system
This patch adds the mysql extension to the OO auth system. The SQL statements are defined in conf/mysql.conf.php.example and needs to be adapted to the local database. The set of statements work with the database structure described in conf/mysql.conf.php.example.
This module is beta and heavy testing in different environments is recommended.
The documentation of the SQL statements is not complete yet
darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
show more ...
|