Top Level :: Authentication

Package Information: Auth 1.4.0

Show All Changelogs
» Version » Information
1.6.1 2008-04-04     stable
1.6.0 2008-04-04     stable
1.5.4 2007-07-02     stable
1.5.3 2007-07-02     stable
1.5.2 2007-06-12     stable
1.5.1 2007-03-22     stable
1.5.0 2007-02-13     stable
1.5.0RC2 2007-02-02     beta
1.5.0RC1 2007-01-17     beta
1.4.3 2006-12-06     stable
1.4.2 2006-11-10     stable
1.4.1 2006-10-27     stable
1.4.0Download

Release date: 2006-10-20 01:42 UTC
Release state: stable

Changelog:

* Added new SOAP container that makes use of the PHP5 SOAP Client. Thanks to
Marcel Oelke <puRe at rednoize dot com>. Fixes #2612.
* Added support for trying all the user accounts returned from an LDAP server
not just the first one so as to support authenticating against Lotus Notes
which allows identical usernames where the only difference is the password.
Fixes #5365.
* Added new Array container for simple authentication setups where it's easier
to list users in the file than setup some sort of backend. Thanks to
georg_1 at have2 dot com. Fixes #5832.
* Added KADM5 container that makes use of the PECL kadm5 extension to
authenticate against Kerberos 5 servers. Thanks to Andrew Teixeira
<ateixeira at gmail dot com>. Fixes #6671.
* Fixed #8597. Remove references to $GLOBALS['HTTP_*_VARS'] now that we require
PHP 4.3.3+ for other reasons.
* Added SAP container that makes use of the SAPRFC extension available from
http://saprfc.sourceforge.net/. Thanks to Stoyan Stefanov <ssttoo at gmail dot com>.
Fixes #8637.
* Fix #8599. Allow identifier quoting in DB, DBLite, MDB and MDB2 backends to
be switched off by developer.
* Fix Bug #8732: Auth_Container_DB having problems with SQLite databases.
SQLite returns the name of quoted field names including the quotes instead
of stripping the quotes like all other DBs.
* Fix Bug #8735: Auth_Container_File::addUser() working on different instances
of File_Passwrd object.

Dependencies:
  • PHP Version: PHP 4.3.3 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PEAR Package: File_Passwd 1.1.0 or newer (optional)
  • PEAR Package: Net_POP3 1.3.0 or newer (optional)
  • PEAR Package: DB 1.6.0 or newer (optional)
  • PEAR Package: MDB (optional)
  • PEAR Package: MDB2 2.0.0RC1 or newer (optional)
  • PEAR Package: Auth_RADIUS (optional)
  • PEAR Package: Crypt_CHAP 1.0.0 or newer (optional)
  • PEAR Package: File_SMBPasswd 1.0.0 or newer (optional)
  • PEAR Package: SOAP 0.9.0 or newer (optional)
  • PEAR Package: vpopmail 0.2 or newer (optional)
  • PEAR Package: kadm5 0.2.3 or newer (optional)
  • PHP Extension: imap (optional)
  • PHP Extension: saprfc (optional)
  • PHP Extension: soap (optional)
1.4.0RC3 2006-09-21     beta
1.4.0RC1 2006-09-11     beta
1.3.2 2006-08-31     stable
1.3.1 2006-08-21     stable
1.3.1RC1 2006-08-11     beta
1.3.0 2006-03-03     stable
1.3.0RC7 2006-03-01     beta
1.3.0RC6 2006-02-22     beta
1.3.0r5 2006-02-21     beta
1.3.0r4 2006-02-14     beta
1.2.4 2006-02-14     stable
1.3.0r3 2004-09-20     beta
1.3.0r2 2004-07-04     beta
1.3.0r1 2004-06-09     beta
1.2.3 2003-12-14     stable
1.2.2 2003-07-29     stable
1.2.1 2003-07-29     stable
1.2.0 2003-02-14     stable
1.1.1 2002-10-05     stable
1.1.0 2002-10-03     stable
1.0.2 2002-05-30     stable
1.0.1 2002-02-07     stable
1.0 2001-12-29