MD5 to Domino HTTP Password

Hello.

I want to synchronise the user accounts in my Domino Directory with a MySQL Database.

All users have registered their accounts on a Website where they have entered a password.

The information is stored in a MySQL Database with MD5 encryption.

Now I would like to import the accounts in a Domino directory.

Is there any way to tell the Dominoserver to use MD5 encryption for the internet password?

Do you know another solution to import the user accounts?

Thank you

Martin

Subject: MD5 to Domino HTTP Password

You can try to copy the encrypted password directly into the internet password field, but I doubt this will work.

I don’t think you will be able to pull this one off. You need the passwords in an unencrypted format, to store them in Domino.

What you can do, is try to use your MySQL database as input into an LDAP server, and then set up Domino to use that LDAP directory to do authentication. There must be LDAP directories that can handle the encrypted passwords…

I’m curious for the solution …

cheers,

Tom