| From: | "shreedhar" <shreedhar(at)lucidindia(dot)net> |
|---|---|
| To: | "pgsql" <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Problem in 'User Securities' in postgres |
| Date: | 2002-05-22 14:02:17 |
| Message-ID: | 002101c20199$48fdeca0$1201a8c0@a4005 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi All,
I gave my previous mail on 'user securities' with subject 'probelm in usersecurities'. In that i mentioned that access to database on localhost is allowed without password. I got suggestion that to go through 'clinet authentication'.
As per that document i changed the 'pg_hba.conf' file as follows.
local all password
while accessing database it is asking for password, if i give database password, i am getting error as 'password authentication failure for user 'xxxx' ' .
host all x.x.x.x x.x.x.x password
If i try to connect through pg_access (tcp/Ip) connection. If I supplied user password i got same above error.
In case of 'trust' connection it is allowing every body without password checking.
How can i use password authentication.
Another question shall we use 'unix securities' using Postgres like 'windows-nt and sqlserver'. and what security protocol is maintaining by postgres.
thanks alot for any suggestion.
with best regards,
bhaskar
| From | Date | Subject | |
|---|---|---|---|
| Next Message | lee johnson | 2002-05-22 14:19:53 | no pg_hba.conf |
| Previous Message | Tom Lane | 2002-05-22 04:26:35 | Re: Performance Problem Index Ignored, but why |