Re: [ADMIN] Authentication problem

2002-03-06 Thread Bruce Momjian
> 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

Re: [ADMIN] Authentication problem

2002-03-06 Thread Tom Lane
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

[ADMIN] Authentication problem

2002-03-06 Thread Dmitry Morozovsky
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

[ADMIN] Authentication Problem with Postgres

2001-11-23 Thread Andre Schubert
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

Re: [ADMIN] Authentication Problem?

2000-04-11 Thread Ada Cheng
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

[ADMIN] Authentication Problem?

2000-04-11 Thread Cheng Ada
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 ___

[ADMIN] Authentication Problem

1998-10-30 Thread Andy Lewis
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