Re: pgpool-II 3.0 + postgres 9rc1 + md5 authentication not working

From: Bryan Murphy <bmurphy1976(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgpool-II 3.0 + postgres 9rc1 + md5 authentication not working
Date: 2010-09-21 15:26:04
Message-ID: AANLkTinAeovxNEuJ-2j0bhZ-7MUSnA61Po0SHvOiXemh@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Sep 20, 2010 at 6:23 PM, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:

> I have used PostgreSQL 9.0 + pgpool-II 3.0 and they work fine with md5
> auth. Your log seems to indicate that the password in pool_passwd and
> the one in pg_shadow are not identical. Can you verify that?
> The query result:
>
> select passwd from pg_shadow where usename = 'test';
>
> must be identical the password in pool_passwd for user test.

Ah, that was it! I'll double check how I'm generating the passwords in
pool_passwd, but once I copied the md5 from pg_shadow to pool_passwd it
started working.

Many thanks for your help!

Bryan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Wild 2010-09-21 15:33:26 Re: INSERT with SELECT not working in pgAdmin
Previous Message Daniel Verite 2010-09-21 15:25:27 Re: trying to use libpq in Ubuntu