<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/auth">Auth</p>
 <c>pear.php.net</c>
 <v>1.3.0r5</v>
 <st>beta</st>
 <l>PHP License</l>
 <m>aashley</m>
 <s>Creating an authentication system.</s>
 <d>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
 
</d>
 <da>2006-02-21 01:30:35</da>
 <n>* Fixed Bug #2873: Allow calling programs to gracefully handle being unable
  to connect/bind to LDAP server.
* Fixed Bug #4918: Added support to specify which authentication method to 
  prefer when authenticating against a POP3 backend.
* Fixed Bug #6644: Added support for LDAP_OPT_REFERRALS. Setting to false can 
  improve compatibility with Active Directory.
* Fixed Bug #6791: Made all calls to call_user_func() call_user_func_array and
  made calls consistant per change done in 1.3.0r3.
* Fixed Bug #6803: depreciated DB function. Now requires DB &gt;= 1.6.0
* Fixed Bug #6808: Whenever Auth_Container_DB attempts to change the database 
  make sure the connection/DB object exists and is correct before attempting to</n>
 <f>37874</f>
 <g>http://pear.php.net/get/Auth-1.3.0r5</g>
 <x xlink:href="package.1.3.0r5.xml"/>
</r>