7c704a00e3
+ take maintainership + update COMMENT + add PEAR package dependencies and use OPTIONS + replace @version@ strings + update pkg-descr PR: ports/78862 Submitted by: Antônio Carlos Venâncio Júnior
19 lines
496 B
Text
19 lines
496 B
Text
The PEAR::Auth package provides methods for creating an authentication
|
|
system using PHP.
|
|
|
|
Currently it supports the following storage containers to read/write
|
|
the login data:
|
|
|
|
* All databases supported by the PEAR database layer
|
|
* All databases supported by the MDB database layer
|
|
* All databases supported by the MDB2 database layer
|
|
* Plaintext files
|
|
* LDAP servers
|
|
* POP3 servers
|
|
* IMAP servers
|
|
* vpopmail accounts
|
|
* RADIUS
|
|
* SAMBA password files
|
|
* SOAP
|
|
|
|
WWW: http://pear.php.net/package/Auth/
|