Mark, I haven't done it either, but I read up on it a while ago - I think it involves receiving 2 salt values from the server, and is a two-step process:

We have 2 salt values, salt1 and salt 2
step : put md5digest(salt1 & username & password) into tTemp
put md5digest(salt2 & tTemp) into tStringtosend

I can't remember if tStringtosend should be hex or base64 encoded. You may also need to prepend "md5" to tStringtosend.

Best,

Mark Smith



On 31 Oct 2009, at 23:35, Mark Wieder wrote:

All-

Has anyone been able to connect to a postgresql database using md5
authentication? Since this is my first time trying this, I'm pretty
sure the problem is on my end, but I figured I'd better ask before
investing any more time on this.

--
-Mark Wieder
 [email protected]

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to