[Seaside] Re: GLORP

Wouter Gazendam wouter at cosmocows.com
Fri Jun 23 16:57:19 UTC 2006


Just to make sure, does your pg_hba.conf accept plaintext passwords, instead
of md5 ?

Wouter

On 6/23/06, Jeremy Shute <shutej at crazilocks.com> wrote:
>
> > It's a state machine design. Each message received from
> > the postgres server is treated as an event to the PGConnection
> > state machine. The event causes a state transition. Upon entering
> > the new state, the method named like "st<StateName>" is executed.
> >
> > The state machine is pictured here:
> >      http://ca.geocities.com/zazu@rogers.com/pgsqueak/PGConnection.5.gif
> > That diagram is slightly out of date, if you look in the method:
> >      PGConnection>>buildStateTransitionTable
> > you'll see a representation of the real version used by the code.
>
> I'm familiar with state machines and other automata.  The event is listed
> in the debugger as PGAuthentication(type=5,salt=a ByteArray(249 138 60
> 148))
>
> I tried loading Crypgography from SqueakMap, same error.  How do I get it
> to authenticate in plaintext?
>
> Jeremy
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060623/0112cd0c/attachment.htm


More information about the Seaside mailing list