Re: local authentication with md5

From: Bernhard D Rohrer <graylion(at)sm-wg(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: local authentication with md5
Date: 2008-03-30 19:34:26
Message-ID: 47EFEB42.6000402@sm-wg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Tom Lane wrote:
> Bernhard D Rohrer <graylion(at)sm-wg(dot)net> writes:
>> I have set my authentication to
>> # "local" is for Unix domain socket connections only
>> local all all md5 #ident sameuser
>
> Are you sure this actually took effect (ie did you "pg_ctl reload")?
>
>> 30-Mar 17:47 collab-dir: BeforeJob: run command
>> "/etc/bacula/scripts/make_catalog_backup bacula postgres
>> 'md5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'"
>> 30-Mar 17:47 collab-dir: BeforeJob: pg_dump: [archiver (db)] connection
>> to database "bacula" failed: FATAL: Ident authentication failed for user
>> "postgres"
>
> It's clear that this connection is trying to use ident not md5.
> Either you didn't make the pg_hba edit take effect, or bacula
> is trying to use TCP instead of Unix-socket connection and you
> still have the "host" line set to ident.
>
> regards, tom lane

The bizarre thing is that removing #ident sameuser solved it

clearly the # is not parsed correctly after a statement

cheers

Bernhard

--
Graylion's Fetish & Fashion Store
Goth and Kinky Boots, Clothing and Jewellery
http://www.graylion.net

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bernhard D Rohrer 2008-03-30 20:36:18 bacula problem - failures with no error message in postgres?
Previous Message Tom Lane 2008-03-30 19:32:35 Re: local authentication with md5