blob: 58c3b50fd3e8425b8a4e6642e5c161d4f28f80d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
* Plaintext files
* LDAP servers.
WWW: http://pear.php.net/manual/en/packages.auth.auth.php
|