From 3ff230f7a83037178c07da3e76b11633d3e76e3f Mon Sep 17 00:00:00 2001 From: Matthias Grimm Date: Sun, 6 Nov 2005 14:03:03 +0100 Subject: 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 --- conf/mysql.conf.php.example | 106 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 conf/mysql.conf.php.example (limited to 'conf/mysql.conf.php.example') diff --git a/conf/mysql.conf.php.example b/conf/mysql.conf.php.example new file mode 100644 index 000000000..1c70e794e --- /dev/null +++ b/conf/mysql.conf.php.example @@ -0,0 +1,106 @@ + -- cgit v1.2.3