From: | "Daniel Wilches" <dwilches(at)univalle(dot)edu(dot)co> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1529: Psql doesnt ask for passowrd |
Date: | 2005-03-07 23:57:26 |
Message-ID: | 20050307235726.D381BF1025@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1529
Logged by: Daniel Wilches
Email address: dwilches(at)univalle(dot)edu(dot)co
PostgreSQL version: 8.0.1
Operating system: Windows XP
Description: Psql doesnt ask for passowrd
Details:
Hi,
When I just installed Postgres everything went OK,
when using:
psql -U postgres template1
I was prompted for password. But from one day,
psql diodnt ask for password anymore (and for noone user) even with the -W
flag. It just reject the conection.
I checked pg_hba and postgres is doing MD5 auth. When i turn this to TRUST,
then logins are allowed, but if again I turn this to MD5 or password, then
reject the connection without asking for password.
For the moment Im using TRUSTed "authentication" cause
I need to login, but this is no good idea :S
Thanx, please tell me if its a bug or a
"replace-human-please-error" :)
Bye, Daniel
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-03-08 08:07:13 | Re: BUG #1528: Rows returned that should be excluded by WHERE clause |
Previous Message | Robert Treat | 2005-03-07 21:22:55 | Re: Likely typo in FAQ_DEV.html |