Just to make sure, does your pg_hba.conf accept plaintext passwords, instead of md5 ?<br><br>Wouter<br><br><div><span class="gmail_quote">On 6/23/06, <b class="gmail_sendername">Jeremy Shute</b> &lt;<a href="mailto:shutej@crazilocks.com">
shutej@crazilocks.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; It's a state machine design. Each message received from
<br>&gt; the postgres server is treated as an event to the PGConnection<br>&gt; state machine. The event causes a state transition. Upon entering<br>&gt; the new state, the method named like &quot;st&lt;StateName&gt;&quot; is executed.
<br>&gt;<br>&gt; The state machine is pictured here:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://ca.geocities.com/zazu@rogers.com/pgsqueak/PGConnection.5.gif">http://ca.geocities.com/zazu@rogers.com/pgsqueak/PGConnection.5.gif</a><br>&gt; That diagram is slightly out of date, if you look in the method:
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PGConnection&gt;&gt;buildStateTransitionTable<br>&gt; you'll see a representation of the real version used by the code.<br><br>I'm familiar with state machines and other automata.&nbsp;&nbsp;The event is listed<br>in the debugger as PGAuthentication(type=5,salt=a ByteArray(249 138 60
<br>148))<br><br>I tried loading Crypgography from SqueakMap, same error.&nbsp;&nbsp;How do I get it<br>to authenticate in plaintext?<br><br>Jeremy<br><br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">
Seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br><br></blockquote></div><br>