[Tickets #8143] Re: SHA encryption incompatible with Toltec connector
bugs at horde.org
bugs at horde.org
Thu Apr 2 09:24:23 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8143
------------------------------------------------------------------------------
Ticket | 8143
Updated By | hopfgartner at marcher.at
Summary | SHA encryption incompatible with Toltec connector
Queue | Kolab
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Gunnar Wrobel
------------------------------------------------------------------------------
hopfgartner at marcher.at (2009-04-02 05:24) wrote:
See the hardcode patch, I've made on it, to work.
I think, the better solution would be to use backends.php "param" value.
// And finally change the password.
//$new_details['userPassword'] = '{sha}' .
// base64_encode(pack('H*', sha1($new_password)));
$new_details['userPassword'] = $new_password;
More information about the bugs
mailing list