<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Auth</name>
  <summary>Creating an authentication system.</summary>
  <description>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
* Plaintext files
* LDAP servers
* POP3 servers
* IMAP servers
* vpopmail accounts
* RADIUS
* SOAP</description>
  <maintainers>
    <maintainer>
      <user>MJ</user>
      <name>Martin Jansen</name>
      <email>mj@php.net</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.2.0</version>
    <date>2003-02-14</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>* Fixed code in error handling logic.
* Added new storage container that uses vpopmail to authenticate
  users. This feature has been implemented by Stanislav Grozev
  (&lt;tacho@orbitel.bg&gt;).
* Added new IMAP storage container written by Jeroen Houben
  &lt;jeroen@terena.nl&gt;.
* Added new POP3 storage container written by Yavor Shahpasov
  &lt;yavo@siava.org&gt;.
* Added new SOAP storage container written by Bruno Pedro
  &lt;bpedro@co.sapo.pt&gt;.
* Fixed some smaller bugs.</notes>
    <filelist>
      <file role="php" baseinstalldir="Auth" md5sum="85f2046d083a57a2e23cef7e9a5ee3ad" name="Auth.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="d0b77af7d768b81e67c20c8626f7cbf8" name="Container.php"/>
      <file role="doc" baseinstalldir="Auth" md5sum="f5632fbe6d758b2da9af3f54485d0398" name="README.Auth"/>
      <file role="php" baseinstalldir="Auth" md5sum="c2a66f7b19393274a583b6e8067d33fc" name="Container/DB.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="c7d7fc0a030027bcd80845ea62d8766c" name="Container/File.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="8f56b7e192a70e1cb0fbbd9bc097919f" name="Container/IMAP.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="9f96d42528281d6d8a5ed96882b10452" name="Container/POP3.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="f4105e826572bbe72d83d2bae9ebe11e" name="Container/LDAP.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="ac09565aa56666436ebdff2c4db5379b" name="Container/RADIUS.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="4175e5700fea798b9a5cffdf1274f19b" name="Container/SOAP.php"/>
      <file role="php" baseinstalldir="Auth" md5sum="122b000c5961d91f2b45dbff7f859cab" name="Container/vpopmail.php"/>
    </filelist>
  </release>
</package>
