Re: What may cause - Connection rejected: FATAL: Ident authentication failed for user?

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: emilu(at)encs(dot)concordia(dot)ca
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What may cause - Connection rejected: FATAL: Ident authentication failed for user?
Date: 2009-04-22 13:51:54
Message-ID: 2f4958ff0904220651x84f4177q716755470bddebd8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Apr 22, 2009 at 2:36 PM, Emi Lu <emilu(at)encs(dot)concordia(dot)ca> wrote:
> Good morning,
>
> My daily data population cronjob(around 1 hour) terminated at the middle and
> raised the following error this morning:
>
> Connection rejected: FATAL: Ident authentication failed for user
> "schema_owner_name".
>
> Could anyone tell me what might cause the problem please?

password isn't specified for user, and indent rule doesn't apply to
his origin (host it is logging from) . Check hba conf

--
GJ

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Cheng 2009-04-22 14:19:56 Re: What may cause - Connection rejected: FATAL: Ident authentication failed for user?
Previous Message Emi Lu 2009-04-22 13:36:44 What may cause - Connection rejected: FATAL: Ident authentication failed for user?