source: trunk/phpgwapi/inc/adodb/pear/readme.Auth.txt @ 2

Revision 2, 550 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1From: Rich Tango-Lowy (richtl#arscognita.com)
2Date: Sat, May 29, 2004 11:20 am
3
4OK, I hacked out an ADOdb container for PEAR-Auth. The error handling's
5a bit of a mess, but all the methods work.
6
7Copy ADOdb.php to your pear/Auth/Container/ directory.
8
9Use the ADOdb container exactly as you would the DB
10container, but specify 'ADOdb' instead of 'DB':
11
12$dsn = "mysql://myuser:mypass@localhost/authdb";
13$a = new Auth("ADOdb", $dsn, "loginFunction");
14
15
16-------------------
17
18John Lim adds:
19
20See http://pear.php.net/manual/en/package.authentication.php
Note: See TracBrowser for help on using the repository browser.