<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>crypted password in LDAP tree</title>
  <pubDate>Thu, 08 Jan 2009 14:39:32 -0500</pubDate>
  <link>http://bugs.horde.org/ticket/2708</link>
  <atom:link rel="self" type="application/rss+xml" title="crypted password in LDAP tree" href="http://bugs.horde.org/ticket/2708/rss" />
  <description>crypted password in LDAP tree</description>

  
  
  <item>
   <title>Hi,

i got a lot of trouble changing my crypted passwords </title>
   <description>Hi,

i got a lot of trouble changing my crypted passwords in my ldap tree. I always got the &quot;Incorrect Password&quot; message for my old password.

i started to find out why my old password does not match. In the horde auth class i found the letters &quot;{crypt}&quot; in lower cases. im my ldap the these letter are all in upper cases eg {CRYPT}. After changing this spelling the the horde auth class ist works fine.

Greetings 
Björn
</description>
   <pubDate>Thu, 29 Sep 2005 11:31:03 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t11991</link>
  </item>
  <item>
   <title>We probably should check for both, the lowercase and upperca</title>
   <description>We probably should check for both, the lowercase and uppercase crypt method name.</description>
   <pubDate>Sun, 02 Oct 2005 13:33:49 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12085</link>
  </item>
  <item>
   <title>RFC 2307 uses &quot;{crypt}&quot;, but the OpenLDAP code/documentation</title>
   <description>RFC 2307 uses &quot;{crypt}&quot;, but the OpenLDAP code/documentation seems to use &quot;{CRYPT}&quot;.</description>
   <pubDate>Mon, 03 Oct 2005 19:42:59 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12113</link>
  </item>
  <item>
   <title>I've updated Auth.php to be case-insensitive when looking fo</title>
   <description>I've updated Auth.php to be case-insensitive when looking for {crypt} in getSalt(), but I'm not sure whether or not this will help. Can someone with this environment test it?

Here's the patch:
http://cvs.horde.org/diff.php/framework/Auth/Auth.php?r1=1.158&amp;r2=1.159&amp;ty=u</description>
   <pubDate>Tue, 04 Oct 2005 11:00:08 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12146</link>
  </item>
  <item>
   <title>Hi,

for me it does not work. I get the message for passwo</title>
   <description>Hi,

for me it does not work. I get the message for password mismatch as before

&gt; I've updated Auth.php to be case-insensitive when looking for {crypt} 
&gt; in getSalt(), but I'm not sure whether or not this will help. Can 
&gt; someone with this environment test it?
&gt;
&gt; Here's the patch:
&gt; http://cvs.horde.org/diff.php/framework/Auth/Auth.php?r1=1.158&amp;r2=1.159&amp;ty=u
</description>
   <pubDate>Tue, 04 Oct 2005 11:55:40 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12150</link>
  </item>
  <item>
   <title>Hi,

attached you will find the Auth.php file that works f</title>
   <description>Hi,

attached you will find the Auth.php file that works fine for me

Greetings Björn</description>
   <pubDate>Tue, 04 Oct 2005 11:58:34 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12151</link>
  </item>
  <item>
   <title>Please don't attach whole files. Do a diff.</title>
   <description>Please don't attach whole files. Do a diff.</description>
   <pubDate>Tue, 04 Oct 2005 12:57:54 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12154</link>
  </item>
  <item>
   <title>This is not a Passwd problem in any case.</title>
   <description>This is not a Passwd problem in any case.</description>
   <pubDate>Sun, 09 Oct 2005 09:57:38 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12279</link>
  </item>
  <item>
   <title>Attached my diff-file</title>
   <description>Attached my diff-file</description>
   <pubDate>Tue, 18 Oct 2005 09:41:56 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12538</link>
  </item>
  <item>
   <title>This breaks the opposite case where the prefix is lowercase.</title>
   <description>This breaks the opposite case where the prefix is lowercase. A bad trade-off.</description>
   <pubDate>Tue, 18 Oct 2005 10:03:31 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t12541</link>
  </item>
  <item>
   <title>Are you still working on a correct patch?</title>
   <description>Are you still working on a correct patch?</description>
   <pubDate>Tue, 27 Dec 2005 07:05:50 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t15106</link>
  </item>
  <item>
   <title>Yes, please stay tuned. I am currently on vacation an in the</title>
   <description>Yes, please stay tuned. I am currently on vacation an in the begining of january there are two projects which have to be done, so i will be able to work on on a correct patch at the end of january. ok?</description>
   <pubDate>Wed, 28 Dec 2005 08:04:18 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t15198</link>
  </item>
  <item>
   <title>Fine. I'll set the ticket to Stalled until then.</title>
   <description>Fine. I'll set the ticket to Stalled until then.</description>
   <pubDate>Wed, 28 Dec 2005 08:11:00 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t15200</link>
  </item>
  <item>
   <title>I use the attached patch for passwd/lib/Driver.php to fix th</title>
   <description>I use the attached patch for passwd/lib/Driver.php to fix the problem with {CRYPT} and {crypt} mismatches when comparing password hashes. If show_encryption is set, the encryption types that are prepended to the password hashes are converted to uppercase before the strings are compared.</description>
   <pubDate>Mon, 24 Apr 2006 15:06:55 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t19413</link>
  </item>
  <item>
   <title>Here's the patch. It got lost since I entered the wrong spam</title>
   <description>Here's the patch. It got lost since I entered the wrong spam protection code.</description>
   <pubDate>Mon, 24 Apr 2006 15:08:39 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t19414</link>
  </item>
  <item>
   <title>Looks okay to me, and I like it better than the old one sinc</title>
   <description>Looks okay to me, and I like it better than the old one since it stays local to passwd. Jan, what do you think?</description>
   <pubDate>Mon, 24 Apr 2006 15:56:46 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t19421</link>
  </item>
  <item>
   <title>Looks good to me.</title>
   <description>Looks good to me.</description>
   <pubDate>Mon, 24 Apr 2006 17:29:03 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t19426</link>
  </item>
  <item>
   <title>&gt; Looks good to me.

This works fine for me too.
Björn
</title>
   <description>&gt; Looks good to me.

This works fine for me too.
Björn
</description>
   <pubDate>Tue, 25 Apr 2006 03:39:31 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t19443</link>
  </item>
  <item>
   <title>Committed, thanks.</title>
   <description>Committed, thanks.</description>
   <pubDate>Mon, 17 Jul 2006 05:22:52 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/2708#t22046</link>
  </item>
  

 </channel>
</rss>
