Re: [ADMIN] problems with authentication

2004-11-23 Thread Tom Lane
"Chris Hoover" <[EMAIL PROTECTED]> writes: > I have been handed a postgresql 7.2.1 db running on an AIX platform that > is suddenly having authentication errors. We are not sure what has > happened, but starting last Friday we started having the following in > the log files. > Password is stor

[ADMIN] problems with authentication

2004-11-23 Thread Chris Hoover
Once again, I am in need of some assistance. I have been handed a postgresql 7.2.1 db running on an AIX platform that is suddenly having authentication errors. We are not sure what has happened, but starting last Friday we started having the following in the log files. Password is stored MD5

Re: [ADMIN] Problems with authentication

2003-01-22 Thread Tom Lane
Frans Haarman <[EMAIL PROTECTED]> writes: > I tried: > local all password > but then it asks for a password when booting the server, and I would > like to have this done automaticly. You could tell the pg_ctl script not to try to check whether the postmaster started; then it won't need to connect

Re: [ADMIN] Problems with authentication

2003-01-22 Thread Bruno Wolff III
On Tue, Jan 21, 2003 at 20:14:56 +0100, Frans Haarman <[EMAIL PROTECTED]> wrote: > Hi, > > I am building a webapplication for school, as a project. > > Basicly I want users to connect with their postgresql password an > username. > > I tried: > local all password > > but then it asks for a pa

[ADMIN] Problems with authentication

2003-01-22 Thread Frans Haarman
Hi, I am building a webapplication for school, as a project. Basicly I want users to connect with their postgresql password an username. I tried: local all password but then it asks for a password when booting the server, and I would like to have this done automaticly. Basicly I want everybody