<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Net_LMTP</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/18771" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/18771">
      <title>Net_LMTP: Bug 18771 [Open] AUTH DIGEST-MD5 not working</title>
      <link>http://pear.php.net/bugs/18771</link>
      <content:encoded><![CDATA[<pre>Net_LMTP Bug
Reported by tyrone
2011-08-31T17:44:12+00:00
PHP: Irrelevant OS: linux Package Version: 1.0.1

Description:
------------
when using the athentification &quot;DIGEST-MD5&quot; i cannot login to the lmtp server. the error i've found in the logfile is:
Aug 31 13:30:13 hostname lmtp[15722]: badlogin: 127.0.0.1 DIGEST-MD5 SASL(-13): authentication failure: bad digest-uri: doesn't match service

using the same credentials but the authenfication method &quot;CRAM-MD5&quot; instead the login succeeds.

digging into the response string to the lmtp server i've found the substring '...digest-uri=&quot;smtp/localhost&quot; ... '. this (probably) has to be replaced by '...digest-uri=&quot;lmtp/localhost&quot; ... '.

Test script:
---------------
&lt;?php
include 'Net/LMTP.php';
$conn = new Net_LMTP();
$conn-&gt;setDebug(TRUE);
$conn-&gt;connect();
$conn-&gt;auth('validuser', 'password', 'DIGEST-MD5');
$response = $conn-&gt;getResponse();
$conn-&gt;disconnect();
?&gt;

Expected result:
----------------
i expect a login to the lmtp server using the authentification method &quot;DIGEST-MD5&quot;

Actual result:
--------------
the authentification failed because of the wrong digets-uri in the response to the lmtp server.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_LMTP Bug
Reported by tyrone
2011-08-31T17:44:12+00:00
PHP: Irrelevant OS: linux Package Version: 1.0.1

Description:
------------
when using the athentification &quot;DIGEST-MD5&quot; i cannot login to the lmtp server. the error i've found in the logfile is:
Aug 31 13:30:13 hostname lmtp[15722]: badlogin: 127.0.0.1 DIGEST-MD5 SASL(-13): authentication failure: bad digest-uri: doesn't match service

using the same credentials but the authenfication method &quot;CRAM-MD5&quot; instead the login succeeds.

digging into the response string to the lmtp server i've found the substring '...digest-uri=&quot;smtp/localhost&quot; ... '. this (probably) has to be replaced by '...digest-uri=&quot;lmtp/localhost&quot; ... '.

Test script:
---------------
&lt;?php
include 'Net/LMTP.php';
$conn = new Net_LMTP();
$conn-&gt;setDebug(TRUE);
$conn-&gt;connect();
$conn-&gt;auth('validuser', 'password', 'DIGEST-MD5');
$response = $conn-&gt;getResponse();
$conn-&gt;disconnect();
?&gt;

Expected result:
----------------
i expect a login to the lmtp server using the authentification method &quot;DIGEST-MD5&quot;

Actual result:
--------------
the authentification failed because of the wrong digets-uri in the response to the lmtp server.</pre>]]></description>
      <dc:date>2011-08-31T17:44:12+00:00</dc:date>
      <dc:creator>tb &amp;#x61;&amp;#116; laokoon &amp;#x64;&amp;#111;&amp;#x74; IN-Berlin &amp;#x64;&amp;#111;&amp;#x74; DE</dc:creator>
      <dc:subject>Net_LMTP Bug</dc:subject>
    </item>
</rdf:RDF>
