Re: [ADMIN] Authentication by password

2001-03-12 Thread Grant
ALTER USER postgres WITH PASSWORD 'yourpassword'; On Mon, 12 Mar 2001, Peter Schuller wrote: > Hello, > > I'm sure this has been covered before, but the ML archive search engine is > down (?!). > > After telling postgresql not to trust anyone, but always use password/crypt > as the authenticat

[ADMIN] Authentication by password

2001-03-12 Thread Peter Schuller
Hello, I'm sure this has been covered before, but the ML archive search engine is down (?!). After telling postgresql not to trust anyone, but always use password/crypt as the authenticaton method (pg_hdb.conf), I can't seem to get the postmaster to authenticate against the right password. What