> The "sameuser" part of this works now, since sameuser is a record
> matching constraint, not an authentication test.
>
> There has been some talk of adding a more flexible username-matching
> field to pg_hba (whereupon the file name would be inappropriate ;-))
> but no one's really done any wor
Dmitry Morozovsky <[EMAIL PROTECTED]> writes:
> There is no "fall-through" or "backup": if one record is chosen
> and the authentication fails, the following records are not
> considered.
> Are there any plans to loose this restriction?
No. I don't believe we could count on cl
Hi there colleagues,
>From the Docs (Admin 4.1):
There is no "fall-through" or "backup": if one record is chosen
and the authentication fails, the following records are not
considered.
Are there any plans to loose this restriction? It would be very useful
to use e.g.
lo
Hi all,
sometimes i have a curios problem with my Zope.
Without any errors in any logs Zope could not authenticate himself with
postgres.
The error message is that there is a wrong password.
After a restart of Zope everything works fine until the eror occurs
again.
My sysop has traced the protco
Dear faisal,
Well, since the postgreSQL is already installed in my
server, I didn't install it by myself.
Is it the problem of installation???
I have the 'template1' database. Is is okay???
Thanks,
Ada
--- Faisal Haji Mustaffa <[EMAIL PROTECTED]> wrote:
> u have to compile your postgres pro
Dear all,
When I start to use PostgreSQL by creating user, the
following message appears.
Connection to database 'template1' failed.
fe_sendauth: no password supplied
createuser: database access failed.
Can anyone tell me what's going on???
Thank you!!!
Regards,
Ada
___
I'm running PHP 3.05 on a remote machine trying to make a connection to our
Postgres 6.1 machine.
Here's the error that I'm getting:
-
Warning: Unable to connect to PostgresSQL server: Failed to authenticate client
as Postgres us