Re: MD5 password issue

From: Jan-Peter Seifert <Jan-Peter(dot)Seifert(at)gmx(dot)de>
To: Andreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: MD5 password issue
Date: 2009-01-15 17:34:30
Message-ID: 496F73A6.7010202@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Andreas Wenk wrote:

> In pg_hba.conf we have:
>
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
>
> # "local" is for Unix domain socket connections only
> local all all ident sameuser
>
> # IPv4 local connections:
> host all all 127.0.0.1/32 md5
> host all all 192.168.97.0/24 md5
>
> Now the question: why is the user pgadmin able to connect to the database using pgAdmin
> III from 192.168.97.30? That sould not be possible ... or am I wrong?

Maybe you did save the login informationen in pgAdmin on 192.168.97.30 once?

http://www.pgadmin.org/docs/1.4/pg/libpq-pgpass.html

Peter

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Francesco Andreozzi 2009-01-16 15:18:02 tuning tips, speed problem
Previous Message Lennin Caro 2009-01-15 14:21:45 Re: postgresql-postGIS problem detected in pgadmin