[
https://issues.apache.org/jira/browse/OFBIZ-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542978
]
Jonathon Wong commented on OFBIZ-1406:
--------------------------------------
Hans Bakkar said:
> i tried that, but could not make the java MD5 give the same result as the php
> or md5sum linux command
Strange. If that's the case, this is a serious bug in Java MD5 implementation.
The Java folks should be notified of this bug. But it's strange, because MD5
implementations are so straightforward, it's hard to believe they would get it
wrong.
Try not to use shell commands (like `md5sum') in OFBiz. Might cause the whole
container to abort. I experienced that with ImageMagick.
> make ofbiz recognize OSCommerce generated and imported encrypted passwords
> under Linux
> --------------------------------------------------------------------------------------
>
> Key: OFBIZ-1406
> URL: https://issues.apache.org/jira/browse/OFBIZ-1406
> Project: OFBiz
> Issue Type: New Feature
> Components: party
> Affects Versions: SVN trunk
> Reporter: Hans Bakker
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: password.diff
>
>
> If company replaces their OSCommerce systems with ofbiz, they would like to
> have the customer records imported including the OSCommerce generated
> encrypted passwords.
> This patch will make ofbiz recognize these passwords and let OSCommerce users
> login to ofbiz successfully This patch is however linux based because it is
> making use of the Linux operating system command 'md5sum' which operates
> exactly the same as the php md5 'C' program.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.