Summary | crypted password in LDAP tree |
Queue | Passwd |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | bjoern.koester (at) mediata (dot) net |
Created | 09/29/2005 (7240 days ago) |
Due | |
Updated | 07/17/2006 (6949 days ago) |
Assigned | 04/24/2006 (7033 days ago) |
Resolved | 07/17/2006 (6949 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Version ⇒ HEAD
Queue ⇒ Passwd
State ⇒ Resolved
Björn
State ⇒ Assigned
State ⇒ Feedback
local to passwd. Jan, what do you think?
New Attachment: Driver.php.diff
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.
State ⇒ Stalled
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?
New Attachment: Auth.php.diff
Version ⇒ HEAD
Queue ⇒ Horde Framework Packages
New Attachment: Auth.php
attached you will find the Auth.php file that works fine for me
Greetings Björn
for me it does not work. I get the message for password mismatch as before
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&r2=1.159&ty=u
State ⇒ Feedback
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&r2=1.159&ty=u
use "{CRYPT}".
Assigned to
State ⇒ Assigned
method name.
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Passwd
Type ⇒ Bug
Summary ⇒ crypted password in LDAP tree
i got a lot of trouble changing my crypted passwords in my ldap tree.
I always got the "Incorrect Password" 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 "{crypt}" 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