From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Joel Krajden" <joelk(at)cs(dot)concordia(dot)ca>, <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: Login box bug |
Date: | 2004-11-23 09:43:14 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E43072A0@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
> Joel Krajden
> Sent: 22 November 2004 21:49
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Login box bug
>
> PGADMIN III RC2 source ccompiled. Postgresql 8.beta, RHE3
>
> If you don't enter a password or enter the wrong password you
> are connected to the database anyways. The properties window
> for the server says you are not connected but you are and can
> access,create and modify objects. Does PGAdmin not use the
> pg_hba.conf file?
Yes, *every* PostgreSQL application uses this file - otherwise it would
be kinda easy to hack a PostgreSQL server :-). You must have a trust
option set somewhere in pg_hba.conf or something similar that you have
missed.
Regards, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2004-11-23 09:46:01 | Re: report compiling pgadmin3 on MacosX |
Previous Message | Jose' Cruanyes | 2004-11-22 23:34:05 | report compiling pgadmin3 on MacosX |