<?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.0RC6</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 19:41:48</da>
 <n>This is hopefully the final release candidate before 1.3.0. Please test.

 * MDB &amp; MDB2 Backends: Start DB object before using quoting features in all
   functions.
 * Updated test cases. Passes all tests for DB, MDB and MDB2.
 * Fixed Bug #6851: Double quotes caused by incorrect use of DB::quoteSmart()
   and developer being asleep at his computer.</n>
 <f>38163</f>
 <g>http://pear.php.net/get/Auth-1.3.0RC6</g>
 <x xlink:href="package.1.3.0RC6.xml"/>
</r>