From: | "Reid Thompson" <Reid(dot)Thompson(at)ateb(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | pg_hba.conf authorization question |
Date: | 2002-12-13 16:25:00 |
Message-ID: | 64AE3D5B518E3648ACC823FBCB0B7375B6CB5A@sr002-2kexc.ateb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Could someone give me guidance on the following.
I would like to configure the DB such that connections will only be
allowed to users created using createuser verified by the password that
was set during the creatuser process. The user and password do NOT
correlate to system users(linux host). Connections will be both local
and TCP based.
Rather than the open to everyone entries that I have in pg_hba.conf
below, what should the entries look like under
# TYPE DATABASE IP_ADDRESS MASK AUTH_TYPE
AUTH_ARGUMENT
local all trust
host all 127.0.0.1 255.255.255.255 trust
host all 192.168.100.0 255.255.255.0 trust
Thanks,
reid
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2002-12-13 16:41:57 | Re: Copy/foreign key contraints |
Previous Message | Ken Godee | 2002-12-13 16:02:13 | Re: Copy/foreign key contraints |