new approach to logging database access and upgraded adodb
[openemr.git] / library / adodb / pear / readme.Auth.txt
blobb6b0c15732abcfaabc0b4f78399b26f92307d63c
1 From: Rich Tango-Lowy (richtl#arscognita.com)
2 Date: Sat, May 29, 2004 11:20 am
4 OK, I hacked out an ADOdb container for PEAR-Auth. The error handling's 
5 a bit of a mess, but all the methods work.
7 Copy ADOdb.php to your pear/Auth/Container/ directory.
9 Use the ADOdb container exactly as you would the DB
10 container, but specify 'ADOdb' instead of 'DB':
12 $dsn = "mysql://myuser:mypass@localhost/authdb";
13 $a = new Auth("ADOdb", $dsn, "loginFunction");
16 -------------------
18 John Lim adds:
20 See http://pear.php.net/manual/en/package.authentication.php