mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
cc503d8ccc
Upgrading pear-Auth to its latest release. PR: ports/60281 Submitted by: Thierry Thomas <thierry@pompo.net>
19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
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
|
|
* Plaintext files
|
|
* LDAP servers
|
|
* POP3 servers
|
|
* IMAP servers
|
|
* vpopmail accounts
|
|
* RADIUS
|
|
* SAMBA password files
|
|
* SOAP.
|
|
|
|
WWW: http://pear.php.net/package/Auth/
|