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


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to