Re: Password authentification failed after Quicklis update

Ryan Davis <[email protected]> Thu, 07 Mar 2013 11:54:59 -0500
Newsgroups gmane.lisp.clsql.general
Message-ID <[email protected]>
On 03/07/2013 09:15 AM, Nicolas Neuss wrote:
> Hi,
>
> I am using clsql/postgresql and after doing a (ql:update-all-dists) I
> cannot connect anymore to my databases with clsql.
>
> While trying to connect to database localhost/noten/neuss
>    using database-type POSTGRESQL-SOCKET:
>    Error POSTGRESQL-LOGIN-ERROR / FATAL:  password authentication failed for user "neuss"
>
>    has occurred.
>     [Condition of type SQL-CONNECTION-ERROR]
>
> I searched the web and found that in December last year a change in MD5
> broke authentification.  Is this bug still active?  Does anyone have a
> fix?
I think the MD5 issue has been resolved, I think this might be a clsql bug.

Can you try using database type postgresql-socket3?

Thanks,
Ryan