PEAR::Auth Paket in Version 1.5.0 RC2 veröffentlicht

Das PEAR::Auth Paket stellt Methoden zur Generierung eines Authentifizierungssystems mit PHP zur Verfügung.
Originaltext:
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 (Using either PEAR SOAP package or PHP5 SOAP extension)
* PEAR website
* Kerberos V servers
* SAP servers
Release date: 2007-02-02 02:23 UTC
Release state: beta
changelog:
* Fixed Bug #9944: Logging constants not defined when logging disabled.
* Fixed Bug #10000: Stupid developer didn't stop to look what he was doing and broke things.
* Fixed Bug #10004: Logging of connection failures in LDAP container missing.
Download und Beispielscript auf der PEAR-Homepage