<?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.5.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
* RADIUS
* SAMBA password files
* SOAP (Using either PEAR SOAP package or PHP5 SOAP extension)
* PEAR website
* Kerberos V servers
* SAP servers</d>
 <da>2007-02-12 20:36:54</da>
 <n>* Completed Request #2229: Ability to attach fall through containers. This
  is implemented through the use of a new container Auth_Container_Multiple.
  See multi-container.php in examples directory.
* Completed Request #4126: Enhancements to Advanced Security Mode. Thanks
  to makler at man dot torun dot pl.
* Completed Request #6949: Use Log package for debugging messages. See logging.php
  in examples directory.
* Completed Request #7089: Add optional extra WHERE options to DB and MDB(2) 
  containers.
* 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.</n>
 <f>54040</f>
 <g>http://pear.php.net/get/Auth-1.5.0</g>
 <x xlink:href="package.1.5.0.xml"/>
</r>