postgresql question

Mark Smith lists at futilism.com
Sat Oct 31 20:41:04 EDT 2009


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
>  mwieder at ahsoftware.net
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list