| From: | Marc Ende <me(at)marc-ende(dot)de> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | pg_hba.conf / password, crypt,md5 |
| Date: | 2002-09-03 00:01:27 |
| Message-ID: | 17m12t-0Sp6qeC@fmrl01.sul.t-online.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi there,
I think it might be a well known problem, but I haven't found a solution.
I've used a postgres 7.0 before. Now I need to upgrade to an actual version (7.2.2).
In the "old" pg_hba.conf I had the both lines in the pg_hba.conf:
local all password
host all 127.0.0.1 255.255.255.255 password
now I've tried the same but now I can logon as a valid user with an invalid password.
Postgres now allows to login with any valid username without specifying a password.
After that I'm trying to use other authorization types but it didn't gave me the
security back :(
Thanks for any hint.
Yours sincerly
Marc Ende
--
Marc Ende
consulting and development
http://www.marc-ende.de/ me(at)marc-ende(dot)de
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-09-03 00:39:09 | Re: pg_hba.conf / password, crypt,md5 |
| Previous Message | Randall Perry | 2002-09-02 20:51:32 | Re: pgsql 7.2.2: problem compiling on Sol 8 |