mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
92266c5224
Approved by: portmgr (blanket)
20 lines
496 B
Plaintext
20 lines
496 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
|
|
* All databases supported by the MDB2 database layer
|
|
* Plaintext files
|
|
* LDAP servers
|
|
* POP3 servers
|
|
* IMAP servers
|
|
* vpopmail accounts
|
|
* RADIUS
|
|
* SAMBA password files
|
|
* SOAP
|
|
|
|
WWW: https://pear.php.net/package/Auth
|