diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 05:59:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 05:59:41 +0000 |
commit | fd066d0394750ea0950a2a8a1f68f4110f29d307 (patch) | |
tree | 4c0e5bf40457bb1dbb9ed38a1bcd3504a4f326f3 /security/pear-Auth/pkg-descr | |
parent | 4be560618789df9ba983c2564b3013c80814be20 (diff) | |
download | ports-fd066d0394750ea0950a2a8a1f68f4110f29d307.tar.gz ports-fd066d0394750ea0950a2a8a1f68f4110f29d307.zip |
Notes
Diffstat (limited to 'security/pear-Auth/pkg-descr')
-rw-r--r-- | security/pear-Auth/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pear-Auth/pkg-descr b/security/pear-Auth/pkg-descr new file mode 100644 index 000000000000..58c3b50fd3e8 --- /dev/null +++ b/security/pear-Auth/pkg-descr @@ -0,0 +1,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 |