<?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.6.0</v>
 <st>stable</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 (Using either PECL vpopmail or PEAR Net_Vpopmaild)
* RADIUS
* SAMBA password files
* SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
* PEAR website
* Kerberos V servers
* SAP servers</d>
 <da>2008-04-03 23:07:10</da>
 <n>* Fixed Bug #12112: Advanced Security Cookie has different settings to
  session cookie.
* Implemented Request #13337: New vpopmail container utilising Net_Vpopmaild.
  Patch supplied by Bill Shupp (shupp)
* Implemented Request #13418: Karma support for PEAR Container. Patch supplied
  by Christian Weiske (cweiske).
* Added correct debug message for when no login has occured instead of session
  storage not found.
* Implemented Request #12061: Auto Quote handle database schema changes. ie
  schema.tableName -&gt; &quot;schema&quot;.&quot;tableName&quot;
* Implemented Request #12087: Ability to select which Advanced Security options
  are used.
* Fixed Doc Bug #12156: Correction to doc page for Auth::setSessionName() by
  Adam Harvey (aharvey)</n>
 <f>55849</f>
 <g>http://pear.php.net/get/Auth-1.6.0</g>
 <x xlink:href="package.1.6.0.xml"/>
</r>