[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pgadmin3 und postgresql server



hier der inhalt der /ect/postgresql/pg_hba.conf:

-----------------------------schnipp----------------------------------------
# TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK           METHOD
# Database administrative login by UNIX sockets
local all postgres ident sameuser
#
# All other connections by UNIX sockets
local all all ident sameuser
#
# All IPv4 connections from localhost
host all all 127.0.0.1 255.255.255.255 ident myident
# All IPv6 localhost connections
host all all ::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff ident sameuser host all all ::ffff:127.0.0.1/128 ident sameuser
#
# reject all other connection attempts
host    all         all         0.0.0.0           0.0.0.0           reject

-----------------------------schnapp----------------------------------------


und hier der inhalt der pg_ident.conf :

-----------------------------schnipp----------------------------------------
# MAPNAME     IDENT-USERNAME    PG-USERNAME
myident         finarfin        finarfin

-----------------------------schnapp----------------------------------------


ja das war es eigentlich auch schon. danke für deine geduld!

gruss
norman

---
mailto: nbunde@et-inf.fho-emden.de



Reply to: